Hello, I have a question about the execution of what I believe are called functions (WinActivate/WinClose/Run/and so forth). What determines the amount of time it will take the specified command to finish and move on to the next. Is there a way to decrease this time?
For example:
Run("notepad.exe")
WinWait("[CLASS:Notepad]")
$W1hndl = Wingethandle("[CLASS:Notepad]")
Winsettitle($W1hndl,'',"Window 1")
ConsoleWrite("Window Title Renamed." & @CRLF)
Send("!{Tab}") ;unfocus
$begin = TimerIni