Batch commands on Windows

JanC usenet_spam at janc.invalid
Fri Jan 23 23:32:49 EST 2004


"Moosebumps" <crap at crud.com> schreef:

> BatchTest.py:
> 
> # the intention is to do the same thing as BatchTest.bat, [...]
> # in particular the environment variable is not saved,

BatchTest.bat sets the environment variable in the same shell that 
executes it, BatchTest.py sets the environment variables in a subshell, and 
the changes made in the subshell are discarded when it terminates.

-- 
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9



More information about the Python-list mailing list