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

10 lines
155 B
Plaintext

@SET TPF_COMPILER=..\..\..\..\..\..\..\..\exe\win32\templateCompiler
@FOR %i IN (*.tpf) DO (
%TPF_COMPILER -edit %i
@IF errorlevel != 0 GOTO end
)
:end