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 3 from the installation menu. (This copies and unpacks the ³ echo ³ soft fonts, and copies & unpacks the utility programs.) If you have ³ echo ³ already done this you can print a sample sheet by hitting the return ³ echo ³ key now. This batch file only works for printers attached to a ³ echo ³ parallel 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 Super Fonts I package, this will take a moment.... download @sample.lst 1 -dq %1 copy sample.doc %1: echo Printing a sample of other products from Elfring Soft Fonts, this will take echo a moment.... download sample.usp 1 -dq %1 copy sample2.doc %1: goto good :bad echo You must pass a parallel printer port to this batch file (sample lpt1:) :good