tele123 Posted March 10, 2010 Posted March 10, 2010 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 meAnd paste in a separate section of the forum. ( Tutorials )IExample: (example) :***; Run NotepadRun("notepad.exe")***Ad. Imy program is for example: metin2.exe***Run("G:\enka\monika\metin.exe")***but did not work , and I don't know . why opened falseIf 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.
Moderators Melba23 Posted March 10, 2010 Moderators Posted March 10, 2010 tele123,Welcome to the AutoIt forum. And congratulations on your attitude - a little study will save you a lot of trouble later on, believe me. 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 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
tele123 Posted March 10, 2010 Author Posted March 10, 2010 Thank you, I will also look on youtube and wiki page
tele123 Posted March 10, 2010 Author Posted March 10, 2010 (edited) I found it in the AutoIt Help, How to write Win+r ( keys {LWin} {r} )(Previously, I have not noticed ,I'm sorry! ), it is:Send("#{r}") Edited March 10, 2010 by tele123
tele123 Posted March 10, 2010 Author Posted March 10, 2010 (edited) Send("#{r}") Send("G:\enka\monika\metin.exe") ; write a linkSend("{Enter}") ; Opens a linkSend("{Esc}") ; Closes the window "Win + R" ( Send("#{r}") ) After ";" is descriptionNow the "metin.exe", working. :-) Edited March 10, 2010 by tele123
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now