ECHO OFF CLS ECHO . ECHO This batch file will print an invoice form for you. ECHO Press the space bar to continue or the `Ctrl'+`Break' ECHO keys together and then `Y' to stop. ECHO . PAUSE ECHO . ECHO Make sure the printer is on-line! ECHO . PAUSE CLS ECHO . ECHO Please wait while printing invoice. . . ECHO. COPY INVOICE.DOC PRN ECHO . ECHO DONE!! ECHO . PAUSE CLS