Jump to content

Recommended Posts

Posted

Hi, this is the first time I work with Autoit and I was just testing sending text en commands to notepad.

This is what I have.

When I run this text is displayed without an enter, the enter doesn't work.

I can't find a solution for this.

Does someone know how to solve this problem?

Thnx.

Keet

Run("notepad.exe")
WinWaitActive("Naamloos - Kladblok","")
Send("Hallo dit is een test tekst!!!!Hallo dit is een test tekst!!!!")
Send("{Enter}")
Send("Hallo dit is een test tekst!!!!Hallo dit is een test tekst!!!!")
Send("{ENTER}")
Send("Hallo dit is een test tekst!!!!Hallo dit is een test tekst!!!!")
Send("{ENTER}")
Send("Hallo dit is een test tekst!!!!Hallo dit is een test tekst!!!!")
Send("{ENTER}")
Send("Hallo dit is een test tekst!!!!Hallo dit is een test tekst!!!!")
Send("{ENTER}")
Send("Hallo dit is een test tekst!!!!Hallo dit is een test tekst!!!!")

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...