Jump to content

Recommended Posts

Posted

Please excuse me if this question has been asked previously. I'm trying to use AutoIt to automate some processes at work. Many times my intention is to use AutoIt as a glorified form filler. I keep getting hung up, however, on the Send() command. It seems to give different results every time I use it. I threw this bit of code together to demonstrate the problem:

ShellExecute("notepad.exe")
WinWaitActive("Untitled - Notepad")
Send("This is a test, only a test.  Please calm down.")
Exit

Returns:

*Opens Notepad

Types: This isa ets,to nly atset . Please acl mdwon.

Or: This isa ets,to nly atset . please acl mdow.n

Or: Tihsi s a test, noyl a test. Pelaes calm down.

I just wanted to demonstrate the unpredictability. I also added a flag 1 to the send command, no change. Any ideas? Thanks very much in advance!

Posted (edited)

Please try

ControlSend("Untitled - Notepad","",15,"This is a test, only a test.  Please calm down.")

15 is the ControlId as returned by AutoIt Window Info Tool.

Edited by water

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

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