source: nikanabo/current/bsl/onilight/winstall.bat@ 696

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