home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / sysutl / gu11.arc / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-12-17  |  198 b   |  9 lines

  1. echo off
  2. echo This command will print the Grund Utilities user manual on an
  3. echo IBM-compatible graphics printer.
  4. pause
  5. pctl 27 69
  6. copy userman.prn prn
  7. pctl 27 70
  8. echo user manual printed.
  9.