ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/nikanabo/current/bsl/mybackup/winstall.bat
Revision: 185
Committed: Mon May 21 18:48:22 2007 UTC (18 years, 4 months ago) by geyser
Content type: application/x-msdos-program
File size: 315 byte(s)
Log Message:

File Contents

# Content
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