mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
2 lines
110 B
Plaintext
2 lines
110 B
Plaintext
@for /r %x in (*.tab) do (@echo %x... & pushd & cd %@PATH[%x] & datatabletool -i %@FILENAME[%x] & popd)
|
|
@pause |