Windows and python execution

Daniel Dittmar daniel.dittmar at sap.corp
Tue Dec 27 06:49:43 EST 2005


Tim Roberts wrote:
> Mark Carter <me at privacy.net> wrote:
>>What you need to do is include the following line in autoexec.bat:
>>set .py=c:\python24\python.exe
>>
>>This will achieve the desired result. I'm suprised more people don't use it.
> 
> 
> They don't use it, because it doesn't do anything.  I'd be interested to
> know where you read that.

This is a feature of 4NT, a commercial replacement for cmd.exe. And 
unlike cmd.exe, it even allows redirection of stdin/stdout when a script 
is executed through the extension (the OP's next post is probably going 
to be 'why doesn't redirection work?').

Daniel



More information about the Python-list mailing list