home *** CD-ROM | disk | FTP | other *** search
- @rem Setting up localisation information
- @cd ..
- @xcopy /y splanet.ini %1
- @cd ..\..\SPLANET\VIDEO
- @cd>>%1\splanet.ini
- @echo language=%2>>%1\splanet.ini
- @rem Copying Scorched Planet program files
- @cd ..
- @xcopy /y dos4gw.exe %1
- @xcopy /y setsound.exe %1
- @xcopy /y splanet.exe %1
- @xcopy /y *.dig %1
- @xcopy /y *.lst %1
- @rem Copying Scorched Planet data files
- @xcopy /y *.rwb %1
- @xcopy /y *.rez %1
- @xcopy /y french\*.* %1\french\
- @xcopy /y german\*.* %1\german\
- @xcopy /y *.doc %1
-