mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
4 lines
128 B
Plaintext
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
|