Paul Moore wrote:
On 03/09/2008, Thomas Heller <[EMAIL PROTECTED]> wrote:
 > Perhaps we could have an option to place a "python.bat"
 > into C:\Windows\ or C:\Windows\System\.

Except you still have the "last in wins" issue, and you have to make a
decision on whether or not to delete the file.
If this is done the batch file should be named "python25.bat" or so
depending on the version.

Bat files don't work when called from another bat file.

You can use "CALL" within one batch file to chain
another, returning afterwards to the first. But
this is obviously not the most transparent thing
on earth!

TJG
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to