khanat-code-old/code/ryzom/tools/translation/B_merge_string_diff.bat

6 lines
100 B
Batchfile
Raw Normal View History

2016-09-24 12:22:22 +00:00
@echo off
echo Merging string diff...
bin\translation_tools merge_string_diff
echo Done.
pause