lilshortwun Posted December 17, 2006 Posted December 17, 2006 Ok I was wondering can autoit discern words on an icon? What if I want to auto start a game. Can it be possible to just click on the script and it will automatially click on the word ex. "Steam" even if I moved it anywhere on my desktop. I'm trying to figure this out because I was tired of moving icons around and then the mouseclick function doesnt click on the intended program anymore. Thanks.
LuckyWolf Posted December 21, 2006 Posted December 21, 2006 heres how i run Counter Strike... used a gui with buttons, this should give a general idea if you havent gotten it yet Case $msg = $1_Btn Run("C:\Program Files\Steam\Steam.exe -applaunch 10") Exit
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