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

4 lines
128 B
Plaintext

@echo off
for /r %x in (*.tpf) do (@echo %x... & pushd & cd %@PATH[%x] & TemplateCompiler -compile %@FILENAME[%x] & popd)
pause