Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Help the noob...

$
0
0
Hey all,

I am trying to perform a very simple task - but have absolutely NO prior experience to this. I want to be able to run a script that allows me to click once and have the script "double click."

I searched around and found this script...

Func mouse()
; Double click at the current mouse pos
MouseClick("left")
MouseClick("left")
EndFunc

BUT - ive loaded it into a new script, and run the script, but nothing is happening. I am sorry for not having any idea what to do here. any help is GREATLY appreciated.

Viewing all articles
Browse latest Browse all 12506

Trending Articles