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