Jump to content

Recommended Posts

Posted

What is the Commando to enter?

run("notepad.exe")

sleep(2000)

for $a = 1 to 1

send("Hello!")

next

:D Enter :huh2:

sleep(2000)

for $a = 1 to 1

send("Hello!!")

next

Posted

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 :D

Posted

What do you wanna do ?

If I understand you correctly you want the text to be like this :

  • Hello
  • hello!
First "Hello" is displayed.

Then there isn't any text at all.

Then "hello!" is displayed.

Correct ?

Posted

The ! in the Send command is being interpretted as holding down the alt-key. I suggest reading the Send documentation in the help file.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...