Jump to content

run program in cmd not go


Recommended Posts

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 

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...