Is it possible to call a python file with a file instead of command line parameters? lyx_pot.py is called on Windows with too long parameter list.
Instead of calling pyhton lyx_pot.py ... (line with length > 8000) we need something like python the_script_with_parameters.py or a lyx_pot.py which takes a file with all input files: python lyx_pot.py -b trunk -o po/layouts_l10n.pot -t layouts file_with_lists_all_input_files.txt Peter