Yet another Python .bat wrapper

Oren Tirosh oren-py-l at hishome.net
Tue Oct 22 07:30:48 EDT 2002


It has a header of just one line. All the ugly stuff is at the end.

-------------------------------------------------------------------
goto ="python"

# Python code goes here

''' hybrid python/batch footer:
@:="python"
@python.exe %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
@if errorlevel 9009 echo Python may be downloaded from www.python.org/download
@rem '''
-------------------------------------------------------------------

        Oren




More information about the Python-list mailing list