XP Command Line:
helloworld.py is located in C:\python
C:\python is in the path
xxxxxx is the user environment path
This works:
xxxxx> cd C:\python
C:\python>helloworld.py
Hello World
This doesn't work:
xxxxx> helloworld.py
.....can't find the file ... but the folder with the file is in the PATH????
try logging out and back in. technically you should only have to launch a new cmd.exe for it to work iirc, but if you can logout and back in your new environment variable should definitely be in affect.