Tagged Questions
-1
votes
1answer
279 views
Is it possible to add a network drive to %PATH% environment variable
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 ...