home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 17 / PCPP17.iso / dos / starcom / insc.bat < prev    next >
Encoding:
DOS Batch File  |  1997-08-18  |  422 b   |  19 lines

  1. @echo off
  2. cls
  3. echo This will Install Star Command Revolution to C:\PCPP\STARCOM
  4. echo Press any key to continue or [CTRL] [C] to cancel.
  5. pause > nul
  6. cls
  7. echo Copying files
  8. xcopy *.* /s /e /v c:\pcpp\starcom\ > nul
  9. echo Done.
  10. echo Press a key to configure
  11. pause > nul
  12. c:
  13. cd \pcpp\starcom
  14. call setsound
  15. cls
  16. echo All Done.
  17. echo Press the [x] in the top right corner of this window
  18. echo to close this window.
  19.