mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-08-02 03:16:51 -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 |