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

10 lines
127 B
Plaintext

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