4 lines
235 B
Batchfile
4 lines
235 B
Batchfile
for /F %%n in ('dir /B *.ts') do pylupdate5 -verbose ..\window.py ..\settings.py ..\stats.py ..\matrix.py ..\frames.py -ts -noobsolete %%n
|
|
echo You may need to edit *.ts files with a text editor to correct special characters
|
|
pause
|