6 lines
100 B
Batchfile
6 lines
100 B
Batchfile
|
@echo off
|
||
|
|
||
|
echo Generating words diff...
|
||
|
bin\translation_tools make_words_diff
|
||
|
echo Done.
|
||
|
pause
|