home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / dataonal / namepal / printdoc.bat < prev    next >
DOS Batch File  |  1993-03-11  |  579b  |  25 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO  
  5. ECHO  
  6. ECHO   This procedure prints NamePal documentation and an Order Form.
  7. ECHO       Make sure your printer is ready to go.  Your printer will
  8. ECHO       need about 15 sheets of paper, and should be turned on now.
  9. ECHO  
  10. ECHO  
  11. ECHO  
  12. ECHO   If you do NOT want to print a manual, hold down the Ctrl key and
  13. ECHO       press C, and then reply Y.
  14. ECHO  
  15. ECHO  
  16. ECHO       Otherwise, to proceed with the printing:
  17. ECHO  
  18. PAUSE
  19. ECHO  
  20. ECHO  
  21. ECHO   Printing documentation manual...
  22. ECHO ON
  23. COPY order.frm PRN
  24. COPY MANUAL.DOC PRN
  25.