Accessing curl executable from Program files?
Posted
by Kaido
on Stack Overflow
See other posts from Stack Overflow
or by Kaido
Published on 2010-05-26T06:26:49Z
Indexed on
2010/05/26
6:31 UTC
Read the original article
Hit count: 265
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?
© Stack Overflow or respective owner