vortex91 0 Posted November 2, 2010 just started using autoit and stuck on simple execution of .exe file tryed run runwait shellexecute shellexecutewait but keep gettting "Programs not exists" error Share this post Link to post Share on other sites
enaiman 16 Posted November 2, 2010 You have to provide full path. Run("C:\MyFolder\myapp.exe") SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example scriptwannabe "Unbeatable" Tic-Tac-ToePaper-Scissor-Rock ... try to beat it anyway :) Share this post Link to post Share on other sites
vortex91 0 Posted November 2, 2010 (edited) You have to provide full path.Run("C:\MyFolder\myapp.exe")i do Run("C:\Program Files (x86)\Arecont Vision\Video Surveillance\AppManager.exe")when i use autiit window info i getClass TForm1 Edited November 2, 2010 by vortex91 Share this post Link to post Share on other sites
enaiman 16 Posted November 3, 2010 What error do you get? Did you try to run that command line in a cmd window and it was ok? SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example scriptwannabe "Unbeatable" Tic-Tac-ToePaper-Scissor-Rock ... try to beat it anyway :) Share this post Link to post Share on other sites