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

  1. @echo off
  2. cls
  3. echo This will Install Super Mario to C:\PCPP\SMARIO
  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\smario\ > nul
  9. echo Done.
  10. cls
  11. echo All Done.
  12. echo Press the [x] in the top right corner of this window
  13. echo to close this window.
  14.