home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo This will Install Super Mario to C:\PCPP\SMARIO
- echo Press any key to continue or [CTRL] [C] to cancel.
- pause > nul
- cls
- echo Copying files
- xcopy *.* /s /e /v c:\pcpp\smario\ > nul
- echo Done.
- cls
- echo All Done.
- echo Press the [x] in the top right corner of this window
- echo to close this window.
-