home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / h / hdm411.zip / HDM2 / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-04-01  |  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.