home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / dos_misc / ghcapv23.zip / DOCUMENT.BAT next >
DOS Batch File  |  1992-05-06  |  869b  |  16 lines

  1. echo off
  2. CLS
  3. ECHO   ╔══════════════ Instructions To Print Off The Document ══════════╗
  4. ECHO   ║                                                                ║
  5. ECHO   ║ A:  Turn on your printer.                                      ║
  6. ECHO   ║                                                                ║
  7. ECHO   ║ B:  Load some paper into the printer and set the perforated    ║
  8. ECHO   ║     edge of the paper right in line with the top of the print  ║
  9. ECHO   ║     head.                                                      ║
  10. ECHO   ║                                                                ║
  11. ECHO   ║ C:  Set your printer to the "ONLINE" position.                 ║
  12. ECHO   ║                                                                ║
  13. ECHO   ╚════════════════════════════════════════════════════════════════╝
  14. PAUSE
  15. COPY README.DOC PRN
  16.