cew27 Posted October 13, 2007 Posted October 13, 2007 hi is there a code to make delays between comands ? i used the tutorial but had some trouble with the closing command but i removed the winactive notepad and it worked Run("notepad.exe") WinWaitActive("Untitled - Notepad") Send("hello david lol lol lol lol lol lol") WinClose("Untitled - Notepad") send("!n") when all that happens it is a bit fast to read so i was wondering if there were any delay commands and or any lists of all the commands
cew27 Posted October 13, 2007 Author Posted October 13, 2007 oh and the code to hide the icon menu thanks
Zedna Posted October 13, 2007 Posted October 13, 2007 #NoTrayIcon Opt("SendKeyDelay",250) Run("notepad.exe") WinWaitActive("Untitled - Notepad") Send("hello david lol lol lol lol lol lol") WinClose("Untitled - Notepad") send("!n") Resources UDF ResourcesEx UDF AutoIt Forum Search
cew27 Posted October 13, 2007 Author Posted October 13, 2007 thanks .... what is the code to press the enter key ?
Zedna Posted October 13, 2007 Posted October 13, 2007 thanks .... what is the code to press the enter key ?Send("{Enter}") Resources UDF ResourcesEx UDF AutoIt Forum Search
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