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

  1. @echo off
  2. cls
  3. echo This will Install Powerball to C:\PCPP\POWBALL
  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\powball\ > nul
  9. echo Done.
  10. echo Press a key to configure
  11. pause > nul
  12. c:
  13. cd \pcpp\powball
  14. call setup.bat
  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.