faustf Posted March 4, 2015 Posted March 4, 2015 hi guy i installed cURL if i oper cmd and run it go perfect but if i run cURL by autoit tel me curl is not recognized as an internal or external comman i watched also in system variable , but exist in path i use this code RunWait(@ComSpec & " /k curl -o listino_r.xls -u 00000:000000000 http://www.rr.it/pages/export_xls_myrr_i.php") thankz at all for support
jdelaney Posted March 4, 2015 Posted March 4, 2015 Call out the full path to your curl.exe...or add the 'workingdir' variable in the RunWait (path to curl)...or add your curl path to your env PATH variable. No need to run through ComSpec if you are calling an exe, you can call it directly. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
faustf Posted March 4, 2015 Author Posted March 4, 2015 o insert a total path and go , but is strange , because in env PATH variable is just insert , strange but is ok thankz so much
jdelaney Posted March 4, 2015 Posted March 4, 2015 If your path is included, then restart Scite, and it should pick up the changes. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now