home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / DATABASE / GIFLG / GIFLOG.BAT next >
DOS Batch File  |  1993-12-01  |  454b  |  12 lines

  1. rem     ******************************************************
  2. rem     * To use this batch file change \giflog\directory    *
  3. rem     * to the directory that contains GIFLOG.EXE,         *
  4. rem     * GIFLOG.CAT, and GIFLOG.CFG OR use the GIFLOG       *
  5. rem     * environment variable.  See GIFLOG.DOC for details. *
  6. rem     ******************************************************
  7. @echo off
  8. pushdir > NUL
  9. cd \giflog\directory
  10. giflog
  11. popdir > NUL
  12.