source:
nikanabo/current/bsl/orig_mac/winstall.bat@
185
| Last change on this file since 185 was 185, checked in by , 18 years ago | |
|---|---|
| File size: 437 bytes | |
| Line | |
|---|---|
| 1 | echo off |
| 2 | cd ..\mybackup |
| 3 | IF NOT EXIST backupok.txt ( |
| 4 | echo Level logic not backed up. |
| 5 | cd ..\orig_mac |
| 6 | ) ELSE ( |
| 7 | echo Installing original level logic... |
| 8 | cd ..\..\..\GameDataFolder |
| 9 | rmdir /s /q IGMD |
| 10 | xcopy ..\nikanabo\bsl\original\IGMD IGMD /s /k /i |
| 11 | xcopy ..\nikanabo\bsl\orig_mac\IGMD\tctf_ii\*.* IGMD\tctf_ii /y /r |
| 12 | cd ..\nikanabo\bsl\orig_mac |
| 13 | echo Original level logic installed. |
| 14 | ) |
| 15 | PAUSE |
| 16 | |
| 17 |
Note:
See TracBrowser
for help on using the repository browser.
