home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collecti… Childrens English Tutor / Aztech-HomeEdutainmentCollection-Vol3-ChildrensEnglishTutor.iso / diary / order.bat < prev    next >
DOS Batch File  |  1994-01-01  |  337b  |  12 lines

  1. @echo off
  2. echo : CUMBERLAND FAMILY SOFTWARE ORDER FORM
  3. echo :
  4. echo : If you press a key to continue, the file ORDER.TXT will be 
  5. echo : printed on LPT1. (4 pages).
  6. echo : 
  7. echo : If you do not wish to print ORDER.TXT press Ctrl-C now
  8. echo : and enter 'Y'es when asked to terminate batch file.
  9. echo :
  10. pause
  11. copy order.txt lpt1
  12.