You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/ryzom/tools/translation/_test_translation.bat

13 lines
223 B
Batchfile

cd bin
del log.log
input_output_service_rd.exe -Q
IF EXIST \\server\code\tools\log_analyser\log_analyser.exe (
start \\server\code\tools\log_analyser\log_analyser.exe log.log
) ELSE (
start notepad.exe log.log
)
cd ..