home *** CD-ROM | disk | FTP | other *** search
- echo off
- if not exist error.log goto noerrors
- echo
- copy error.log fontware.log >error.tmp
- echo The Fontware Installation Kit has reported warnings or errors
- echo to the file FONTWARE.LOG. To view the Fontware log, type
- echo SHOWLOG, then press Enter.
- echo
- goto end
- :noerrors
- echo No warnings or errors reported.
- echo
- :end
-