source: nikanabo/current/dat/original/winstall.bat@ 905

Last change on this file since 905 was 185, checked in by geyser, 17 years ago
File size: 378 bytes
Line 
1echo off
2IF NOT EXIST backupok.txt (
3 echo Game content not backed up!
4) ELSE (
5 echo Restoring original game content...
6 cd ..\..\..\GameDataFolder
7 copy ..\nikanabo\dat\original\*.dat .
8 copy ..\nikanabo\dat\original\*.raw .
9 copy ..\nikanabo\dat\original\*.sep .
10 cd ..\nikanabo\dat\original
11 echo Original game content restored.
12)
13PAUSE
Note: See TracBrowser for help on using the repository browser.