6 lines
239 B
Batchfile
6 lines
239 B
Batchfile
pushd _tools\
|
|
if exist ..\_tlk\prc4_cep269_mrg.xml xml2tlk.exe ..\_tlk\prc4_cep269_mrg.xml ..\output\prc4_cep269_mrg.tlk
|
|
if exist ..\_tlk\prc8_cep269_mrg.xml xml2tlk.exe ..\_tlk\prc8_cep269_mrg.xml ..\output\prc8_cep269_mrg.tlk
|
|
popd
|
|
pause
|