home *** CD-ROM | disk | FTP | other *** search
- rem ******************************************************
- rem * To use this batch file change \giflog\directory *
- rem * to the directory that contains GIFLOG.EXE, *
- rem * GIFLOG.CAT, and GIFLOG.CFG OR use the GIFLOG *
- rem * environment variable. See GIFLOG.DOC for details. *
- rem ******************************************************
- @echo off
- pushdir > NUL
- cd \giflog\directory
- giflog
- popdir > NUL
-