Files
dsrc/sku.0/sys.server/compiled/game/object/edit_tdf.btm
T
2013-09-10 23:17:15 -07:00

10 lines
136 B
Plaintext

@SET TDF_COMPILER=templateDefinitionCompiler
@FOR %i IN (*.tdf) DO (
%TDF_COMPILER -edit %i
@rem @IF errorlevel != 0 GOTO end
)
:end