keilamym 1 Posted November 15, 2010 im hopeing someone can help... When my script does regreds and the registry key arent there, it looks for about 60 seconds before the script continues on.. The msgbox has a timeout option but many the auto commands dont. Can anyone tell how / what you do when you dont want to wait. Can I add a timeout for the entire scripts maybe? How can i add a time out for commands that have them. Share this post Link to post Share on other sites
GEOSoft 67 Posted November 15, 2010 There are only time out values available where either the Windows dialog or the Windows API function call allows time outs. The Windows Message box dialog has it available, regread doesn't. GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!" Share this post Link to post Share on other sites
jiglei 2 Posted November 15, 2010 Use autoit timers? Check out TimerInit() and TimerDiff on the help file. Share this post Link to post Share on other sites