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????