[Python-Dev] Add python.exe to PATH environment variable

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Sep 4 02:27:28 CEST 2008


Tim Golden wrote:

> You can use "CALL" within one batch file to chain
> another, returning afterwards to the first.

You need to know that what you're calling is a bat
file to have the foresight to do that, though. I
can imagine people not expecting "python" to be
a bat file.

Instead of a bat file, maybe generate a small exe
that does the job?

-- 
Greg


More information about the Python-Dev mailing list