source: nikanabo/current/bsl/mybackup/winstall.bat@ 1124

Last change on this file since 1124 was 185, checked in by geyser, 17 years ago
File size: 315 bytes
Line 
1echo off
2IF 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)
12PAUSE
Note: See TracBrowser for help on using the repository browser.