khanat-opennel-code/code/ryzom/tools/translation/5_make_words_diff.bat

6 lines
100 B
Batchfile
Raw Normal View History

2015-11-04 09:41:30 +00:00
@echo off
echo Generating words diff...
bin\translation_tools make_words_diff
echo Done.
pause