Further file organization
Further file organization
This commit is contained in:
18
nwn/nwnprc/trunk/check_duplicate_clsfeat.bat
Normal file
18
nwn/nwnprc/trunk/check_duplicate_clsfeat.bat
Normal file
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
|
||||
|
||||
|
||||
SETLOCAL
|
||||
|
||||
|
||||
|
||||
IF EXIST errorlog del errorlog
|
||||
|
||||
|
||||
|
||||
FOR %%i IN (.\2das\cls_feat_*.2da) DO (
|
||||
|
||||
java -jar tools\prc.jar dupentries %%i FeatIndex
|
||||
|
||||
IF EXIST errorlog (
|
||||
|
Reference in New Issue
Block a user