home *** CD-ROM | disk | FTP | other *** search
- echo off
- enough < enough.in
- if ERRORLEVEL 1 goto NOMEM
- goto OK
-
- :NOMEM
- echo Not enough disk space >> nospace.fw
- goto DONE
-
- :OK
- fontware -u -m
- if ERRORLEVEL 1 GOTO FAIL
- echo Fontware is done >> success.fw
- GOTO DONE
-
- :FAIL
- echo Fontware is done >> fail.fw
-
- :DONE
-