Jdop Posted June 20, 2007 Posted June 20, 2007 (edited) Is it the run command or something else? Example please. Edited June 20, 2007 by Jdop
Zedna Posted June 20, 2007 Posted June 20, 2007 (edited) Look into Helpfile at Run() RunWait() for compiled AU3 scripts and /AutoIt3ExecuteScript command Line Switch for uncompiled ones There are also examples. Edited June 20, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Jdop Posted June 20, 2007 Author Posted June 20, 2007 Look into Helpfile at Run() RunWait() for compiled AU3 scriptsand /AutoIt3ExecuteScript command Line Switch for uncompiled onesThere are also examples. I'm sure this is simple enough for even an idiot like me, but how about an actual piece of working code, its obscure enough to be a pain in the ass.
tAKTelapis Posted June 20, 2007 Posted June 20, 2007 compile the second script run(@ScriptDir&'script.exe') Else runwait(@ScriptDir&'script.exe')
Jdop Posted June 20, 2007 Author Posted June 20, 2007 Got it to work , parameters and all. No need to compile. run ("autoit3.exe qt_refreshall_3.au3 param1 param2","d:\autoit code",@SW_MINIMIZE)
Valuater Posted June 20, 2007 Posted June 20, 2007 if you are going to use this on other peoples computers use @AutoItExe 8)
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