source: runmlx.bat@ 1090:8e29be47c5b8

Last change on this file since 1090:8e29be47c5b8 was 155:08f1f0a4dd9a, checked in by István Váradi <ivaradi@…>, 12 years ago

Enhanced language handling to run the program in the proper environment for gettext

File size: 132 bytes
Line 
1@echo off
2
3set scriptdir=%~dp0
4
5set PYTHONPATH=%scriptdir%\src;%PYTHONPATH%
6
7python.exe -m runmlx %1 %2 %3 %4 %5 %6 %7 %8 %9
Note: See TracBrowser for help on using the repository browser.