source:
nikanabo/current/dat/original/winstall.bat@
905
Last change on this file since 905 was 185, checked in by , 17 years ago | |
---|---|
File size: 378 bytes |
Line | |
---|---|
1 | echo off |
2 | IF 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 | ) |
13 | PAUSE |
Note:
See TracBrowser
for help on using the repository browser.