Jump to content

New to scripting


Guest Eclips3GSX
 Share

Recommended Posts

Guest Eclips3GSX

For one, which file do I open to start programming? And would it be possible for someone to send me a relativly easy script, so I can see how it works and such. Thanks

Link to comment
Share on other sites

Simple code:

run("notepad.exe");This runs Notepad
WinWaitActive("Untitled - Notepad");Waits untill the Window "Untitled -Notepad" is active
send("Hi i am new to autoIT") ; Sends a keystroke

MsgBox(1, "Auto-IT", "Your MessageBox")

$input = Inputbox("Enter something here....", "", "")
msgbox(1, "Lalala", $input,3)

havent tested the stuff... so there can be a typo :(

Edited by MarkMarkMark
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...