home *** CD-ROM | disk | FTP | other *** search
- echo off
- if %1X == X goto ERROR
-
- rem load the font
- copy /b ft10.sfp %1
- rem copy a font test to the printer
- copy fnt.txt %1
- copy boxchr.txt %1
- copy graph.txt %1
- copy read.me %1
- goto EXIT
-
- :ERROR
- echo Correct Syntax is:
- echo DEMO {PRN, LPT1, LPT2, COM1, COM2}
- echo where the device name is where the LaserJet Plus is connected
-
- :EXIT
- exit