source:
AE/packages/NewCharacters/install/step0002.bat@
304
Last change on this file since 304 was 304, checked in by , 16 years ago | |
---|---|
File size: 318 bytes |
Rev | Line | |
---|---|---|
[304] | 1 | @ECHO OFF |
2 | SET DG=..\GameDataFolder\level0_Final | |
3 | FOR %%L IN (1 2 3 4 6 8 9 10 11 12 13 14 18 19) DO ( | |
4 | FOR %%D IN (..\GameDataFolder\level%%L_Final) DO ( | |
5 | IF EXIST %%D ( | |
6 | ECHO Level %%L: moving SNDD to level 0... | |
7 | OniSplit.exe -move:delete %DG% %%D\SNDD*.oni | |
8 | ) | |
9 | ) | |
10 | ) |
Note:
See TracBrowser
for help on using the repository browser.