home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pcom_sw3.zip / INSTALL.BAT next >
DOS Batch File  |  1993-03-06  |  449b  |  23 lines

  1. @echo off
  2. cls
  3. echo Installing Print Commander! files in C:\PCOM
  4. md c:\pcom
  5. copy pcom*.* c:\pcom >nul
  6. cls
  7. echo Installation complete!
  8. echo  
  9. echo To print out manual:
  10. echo  
  11. echo    1. Turn printer on
  12. echo    2. Set printer "on line"
  13. echo    3. Adjust paper to top of page
  14. echo    4. Type the following at the prompt:
  15. echo  
  16. echo         PRINT PCOM_HLP.TXT (Enter)
  17. echo                            (Enter)
  18. echo off
  19. c:
  20. cd\pcom
  21.  
  22.  
  23.