Accessing curl executable from Program files?
- by Kaido
I have built an application which uses user executable through WScript com object.
Now the main program is located in C:\Program files\Myapp
Curl executable is located in C:\Curl
But it looks like my application is unable to execute curl if main application is in Program files.
If i move it to another location it can execute curl nicely.
Problem occurs only on Windows Xp on Vista and Win7 it works perfectly.
Is there any special permissions i have to give to my app or what?