I have a python script calling an exe file. The exe file can be in the same folder as that of the python script or in a network drive. Is it possible to call the exe if it is in a remote drive/computer? Can this be done by setting the %PATH% variable

link|improve this question

76% accept rate
When you tried it, what happened? – S.Lott Aug 14 '09 at 3:38
feedback

1 Answer

Yes you can put a UNC path in your %PATH% env variable, and it will work if you have access to that path with your current session.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.