home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if "%1"=="" goto bad
- echo ┌───────────────────────────────────────────────────────────────────────┐
- echo │ Before you can print a sample of your soft fonts you *must* have run │
- echo │ option 2 from the installation menu. (This copies and unpacks the │
- echo │ soft fonts, and copies & unpacks TSR Download.) If you have already │
- echo │ done this you can print a sample sheet by hitting the return key now. │
- echo │ This batch file only works for printers attached to a parallel │
- echo │ printer port. │
- echo │ │
- echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
- echo │ this batch file and return to INSTALL. │
- echo └───────────────────────────────────────────────────────────────────────┘
- pause
- echo Printing a sample of the TSR Download fonts, this will take a moment....
- download @sample.lst 1 -dq
- copy sample.doc %1:
- goto good
- :bad
- echo You must pass a parallel printer port to this batch file (sample lpt1:)
- :good
-