HoS_PRC8/_content/convert2tlk.bat

8 lines
165 B
Batchfile
Raw Permalink Normal View History

if exist _tlk\rts_hos_prc8.xml (
_tools\xml2tlk.exe _tlk\rts_hos_prc8.xml _tlk\rts_hos_prc8.tlk
) else (
echo File _tlk\rts_hos_prc8.xml not found!
)
2024-11-25 19:36:07 -05:00
pause