source:
nikanabo/current/bsl/mybackup/winstall.bat@
1124
Last change on this file since 1124 was 185, checked in by , 17 years ago | |
---|---|
File size: 315 bytes |
Line | |
---|---|
1 | echo off |
2 | IF NOT EXIST backupok.txt ( |
3 | echo Level logic not backed up. |
4 | ) ELSE ( |
5 | echo Restoring user level logic... |
6 | cd ..\..\..\GameDataFolder |
7 | rmdir /s /q IGMD |
8 | xcopy ..\nikanabo\bsl\mybackup\IGMD IGMD /s /k /i |
9 | cd ..\nikanabo\bsl\mybackup |
10 | echo User level logic restored. |
11 | ) |
12 | PAUSE |
Note:
See TracBrowser
for help on using the repository browser.