khanat-opennel-code/code/ryzom/tools/translation/AA_clean_string_diff.bat

7 lines
103 B
Batchfile
Raw Normal View History

2015-11-04 09:41:30 +00:00
@echo off
echo Cleaning string diff...
bin\translation_tools clean_string_diff
echo Done.
pause