khanat-code-old/code/ryzom/tools/translation/A_make_string_diff.bat
2016-09-24 14:22:22 +02:00

6 lines
No EOL
102 B
Batchfile

@echo off
echo Generating string diff...
bin\translation_tools make_string_diff
echo Done.
pause