Jump to content

Recommended Posts

Posted

Hi,

I recently found out about AutoIt, so I have no clue how to use the program yet.

I'm trying to do a simple task: get my computer to type a message in a word processing program by itself.

Any pointers?

Posted (edited)

Example:

Send("#r") ; This will send Windows logo key + R (on keyboard)
WinWaitActive("Run") ; This will wait for Run option to be activated
Send("notepad.exe{Enter}") ; After opening Run it will type a command to open notepad
WinWaitActive("Untitled -") ; now it will wait for notepad to be opened
Send("Today's time/date is {F5}") ; this will send some text and will Press F5 key on keyboard which will display today's date and time.

i am also a newbie like you :)

Please read help file for learning it.

is it helpful for you?

Edited by FastHelper

sorry for my spelling mistakes. its due to be fast !!!

Posted

Is there a way to get the program to loop?

Sure, four or five.

loop up loop in the help file.

Some idea of what you are trying to accomplish would help

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
  • Recently Browsing   0 members

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