home *** CD-ROM | disk | FTP | other *** search
/ Adventures in Heaven 1 / advinhev1.iso / printdoc.bat < prev    next >
DOS Batch File  |  1993-04-20  |  366b  |  9 lines

  1. echo off
  2. echo           ╔═════════════════════════════════════════════════════════╗
  3. echo           ║ This will print HDM's documetation to a printer on LPT1 ║
  4. echo           ║ Make sure your printer is on and the paper is lined up. ║
  5. echo           ╚═════════════════════════════════════════════════════════╝
  6. pause
  7. copy register.doc lpt1:
  8. copy hdm.doc lpt1:
  9.