echo off cls echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ We are now ready to print a copy of the registration form for the ESF's³ echo ³ TrueType Collection 1. Registered users receive a free font newsletter,³ echo ³ additional bonus fonts, free CompuServe account with $15 access credit,³ echo ³ access to technical support, and can purchase our giant 202 outline ³ echo ³ TrueType collection at the special price of $79.50, or specialty type ³ echo ³ collections at $35 each. ³ echo ³ ³ echo ³ Make sure your printer is on and ready to run. Then press the enter ³ echo ³ key to print a copy of the shareware registration form. ³ echo ³ ³ echo ³ If you *don't* want to print this, press the Ctrl-C key now to abort ³ echo ³ this batch file and return to INSTALL. ³ echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ if "%1"=="" goto bad pause copy register.doc %1: goto good :bad echo You must include a printer port in the command for this batch file. Try: echo REGISTER LPT1 echo or echo REGISTER COM2 :good