home *** CD-ROM | disk | FTP | other *** search
/ Best of the Best 4 / shareware.iso / games / disk128 / order.bat < prev    next >
DOS Batch File  |  1993-04-01  |  668b  |  18 lines

  1. @echo off
  2. @cls
  3. @echo      ════════════════════════════════════════════════════════════════════════
  4. @echo  
  5. @echo                                Catch, If You Can
  6. @echo                           Registration Form Print Out
  7. @echo  
  8. @echo         You may fill in the form with a text editor first if you wish, and
  9. @echo                                then print it out.
  10. @echo  
  11. @echo                    Thank you for taking the time to register!
  12. @echo  
  13. @echo              Press any key to print order form.  Ctrl-C will abort.
  14. @echo  
  15. @echo      ════════════════════════════════════════════════════════════════════════
  16. @pause >nul
  17. @type order.frm >prn
  18.