home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / resume20.zip / GUIDE.BAT < prev    next >
DOS Batch File  |  1988-03-31  |  842b  |  22 lines

  1. ECHO OFF
  2. cls
  3. echo       ╔════════════════════════════════════════════════════╗
  4. echo       ║                Printing User's Guide               ║
  5. echo       ╚════════════════════════════════════════════════════╝
  6. echo  
  7. echo        NAI recommends printing the User's Guide.
  8. echo  
  9. echo        Be SURE that your printer is on-line and loaded with
  10. echo            at least 30 sheets of paper.
  11. echo  
  12. echo        Set the paper to the top of form and press any key to
  13. echo            continue the printing of the Guide.
  14. echo  
  15. echo        If you choose not to print the guide, press 
  16. echo             ┌─┬────┬─┐         ┌───┐
  17. echo             │ │Ctrl│ │ and the │ C │ keys at the same time.
  18. echo             └─┴────┴─┘         └───┘
  19. echo        At question: "Terminate batch job?(Y/N)".  Respond "Y".
  20. pause
  21. copy rwman.txt prn:
  22.