Re: Windows and python execution



>> What you need to do is include the following line in autoexec.bat:
>> set .py=c:\python24\python.exe

Whatever works for you. I don't have that command in my autoexec.bat
file and my python scripts execute from any location because the
directory they are stored in is in my PATH variable.

.