Jump to content

Recommended Posts

  • Developers
Posted

Send("!n") does not work for me on Win 7 / 64 bit (AutoIt 3.3.6.1). This is straight from the notepad tutorial, autoit 101, I'm curious why not.

The send works fine... it is the statement before it that has the issue under Win7.

Run("notepad.exe")
WinWaitActive("Untitled - Notepad")
Send("This is some text.")
WinClose("Untitled - Notepad")
WinWaitActive("Notepad", "&Save")
Send("!n")

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

Posted

Thank you! That did the trick.

The send works fine... it is the statement before it that has the issue under Win7.

Run("notepad.exe")
WinWaitActive("Untitled - Notepad")
Send("This is some text.")
WinClose("Untitled - Notepad")
WinWaitActive("Notepad", "&Save")
Send("!n")

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