ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/nikanabo/current/bsl/onilight/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: 363 byte(s)
Log Message:

File Contents

# Content
1 echo off
2 cd ..\mybackup
3 IF NOT EXIST backupok.txt (
4 echo Level logic not backed up.
5 cd ..\onilight
6 ) ELSE (
7 echo Installing Oni Light level logic...
8 cd ..\..\..\GameDataFolder
9 rmdir /s /q IGMD
10 xcopy ..\nikanabo\bsl\onilight\IGMD IGMD /s /k /i
11 cd ..\nikanabo\bsl\onilight
12 echo Oni Light level logic installed.
13 )
14 PAUSE