economan Posted April 27, 2007 Posted April 27, 2007 (edited) I was wondering if anyone could help me make a script that will open a program and count 100000 to 999999 with the enter key pressed after each number count. Any help will be nice and thank you for any answers given. Edited April 27, 2007 by economan
Toady Posted April 27, 2007 Posted April 27, 2007 I was wondering if anyone could help me make a script that will open a program and count 100000 to 999999 with the enter key pressed after each number count. Any help will be nice and thank you for any answers given.A for loop with a send() www.itoady.com A* (A-star) Searching Algorithm - A.I. Artificial Intelligence bot path finding
Toady Posted April 27, 2007 Posted April 27, 2007 (edited) For $i = 100000 To 999999 ToolTip($i,@desktopwidth/2,@desktopheight/2,"Counting numbers") Send("{ENTER}") Sleep(50) Next Exit Edited April 27, 2007 by Toady www.itoady.com A* (A-star) Searching Algorithm - A.I. Artificial Intelligence bot path finding
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