SCHLONGMASTER Posted February 22, 2018 Posted February 22, 2018 total noob here I used to have a script like this that I found years ago, but now I've lost it.
Developers Jos Posted February 22, 2018 Developers Posted February 22, 2018 @SCHLONGMASTER, Welcome, not sure you notices, but there is no question in your post, merely some statements unless you are expecting a member to read this as your shopping list and do the shopping for you. What have you researched and tried that isn't working? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Zedna Posted February 22, 2018 Posted February 22, 2018 Opt("SendKeyDelay", 5) ;5 milliseconds $text = FileRead('filename.ext') $text = StringSplit($text, @CRLF, 1) For $i = 1 To UBound($text) - 1 $line = $text[$i] Send($line) Send('{ENTER 8}') Sleep(100) Next Resources UDF ResourcesEx UDF AutoIt Forum Search
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