RaDiVaX Posted May 2, 2004 Posted May 2, 2004 What is the Commando to enter? run("notepad.exe") sleep(2000) for $a = 1 to 1 send("Hello!") next Enter sleep(2000) for $a = 1 to 1 send("Hello!!") next
RaDiVaX Posted May 2, 2004 Author Posted May 2, 2004 Thanks it work but how i Hello (the text is deleted) hello! can you the commando to that? sorry for my english i am not good on english
Helge Posted May 2, 2004 Posted May 2, 2004 What do you wanna do ?If I understand you correctly you want the text to be like this :Hellohello!First "Hello" is displayed.Then there isn't any text at all.Then "hello!" is displayed.Correct ?
Valik Posted May 2, 2004 Posted May 2, 2004 The ! in the Send command is being interpretted as holding down the alt-key. I suggest reading the Send documentation in the help file.
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