Jump to content

Send enter doesn't work


Recommended Posts

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!!!!")
Link to comment
Share on other sites

  • Developers

Change the lines with !!!! to:

Send("Hallo dit is een test tekst!!!!Hallo dit is een test tekst!!!!",1)

mvg

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...