home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 273.img / VP30-09.ZIP / RPT_ERR.BAT < prev    next >
DOS Batch File  |  1987-08-20  |  374b  |  14 lines

  1. echo off
  2. if not exist error.log goto noerrors
  3.     echo 
  4.     copy error.log fontware.log >error.tmp
  5.     echo The Fontware Installation Kit has reported warnings or errors
  6.     echo to the file FONTWARE.LOG.  To view the Fontware log, type
  7.     echo SHOWLOG, then press Enter.
  8.     echo 
  9.     goto end
  10. :noerrors
  11.     echo No warnings or errors reported.
  12. echo 
  13. :end
  14.