home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / cdiary12.zip / ORDER.BAT < prev    next >
DOS Batch File  |  1993-05-01  |  343b  |  12 lines

  1. @echo off
  2. echo : CUMBERLAND SOFTWARE ORDER/REGISTRATION 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.