Tim Roberts wrote:
> Mark Carter <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to