khanat-opennel-code/code/ryzom/tools/translation/6_merge_words_diff.bat

6 lines
98 B
Batchfile
Raw Normal View History

@echo off
echo Merging words diff...
bin\translation_tools merge_words_diff
echo Done.
pause