What is the syntax (using #! shebang or something similar in Windows XP) to specify this. I've tried, for instance...
#! C:/OSGeo4W/bin/python2.7.2
#! C:/OSGeo4W/bin/python.exe
#! C:/OSGeo4W/bin/python
#! c:/OSGeo4W/bin/python
C:/OSGeo4W/bin/python.exe
c:/OSGeo4W/bin/python.exe
...and countless others you'd likely be glad I didn't past in here. (yes, the python.exe I want to implement is in this directory: C:/OSGeo4W/bin/python.exe)
Thanks
