Jump to content

Request a course (tutorial)


Recommended Posts

At the outset, to say I do not know English well, so I apologize for the grammar.

( I do not use English windows)

I have a problem of learning how to use AutoIt.

Learn best by example, but I do not go: (.

Can someone write a tutorial on how to use the basic things ?

how to write a program that:

- He steered mouse that clicked for me

- He clicked on the keyboard for me

And paste in a separate section of the forum. ( Tutorials )

I

Example: (example) :

***

; Run Notepad

Run("notepad.exe")

***

Ad. I

my program is for example: metin2.exe

***

Run("G:\enka\monika\metin.exe")

***

but did not work , and I don't know . why opened false

If it did not work , I can too , klik on the keyboard "Win+R", write on the keyboard link ("G:\ ... ")

, Enter , mouse click or write on the keyboard, the end of the script.

So I wrote:

***

Send ("{LWIN}+{r}")

***

The result is only {LWIN}, why? , What am I doing wrong?

I can still do this (click, this same) a mouse, but still I can not.

Link to comment
Share on other sites

  • Moderators

tele123,

Welcome to the AutoIt forum. :mellow:

And congratulations on your attitude - a little study will save you a lot of trouble later on, believe me. :lol:

Reading the Help file (at least the first few sections - Using AutoIt, Tutorials and the first couple of References) will help you enormously. You should also look at the excellent tutorials that you will find here and here - you will find other tutorials in the Wiki (the link is at the top of the page). There are even video tutorials on YouTube if you prefer watching to reading.

Enjoy your study - you know where we are if you need help. :(

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Send("#{r}")

Send("G:\enka\monika\metin.exe") ; write a link

Send("{Enter}") ; Opens a link

Send("{Esc}") ; Closes the window "Win + R" ( Send("#{r}") )

After ";" is description

Now the "metin.exe", working. :-)

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