views:

18

answers:

1

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?

A: 

Oh got it finally sorted out. Actually everything was fine just missed that on Xp there is spaces between in path's just needed to add double quotes to my command and done.

Kaido