anyways Posted June 30, 2007 Posted June 30, 2007 (edited) ok, so i am trying to copy a random line text from a notepad into firefox, but i just dont get why its not wroking, like whats my error? Opt("WinTitleMatchMode", 2) $notepad = WinGetText("noms.txt - Notepad") $lines = StringSplit($notepad,@crlf,1) $randomline = Random(1, $lines[0], 1) Clipput($lines[$randomline]) winactivate("Google Accounts - Mozilla Firefox") MouseClick("left", 232 , 408) Clipget() can anyone test this? and tell me if it works or not Edited June 30, 2007 by anyways
weaponx Posted July 1, 2007 Posted July 1, 2007 (edited) Quit making duplicate topics. This is your 4th post of this same topic, here are the other 3.http://www.autoitscript.com/forum/index.php?showtopic=48648http://www.autoitscript.com/forum/index.php?showtopic=48666http://www.autoitscript.com/forum/index.php?showtopic=48665 Edited July 1, 2007 by weaponx
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