Search found 2 matches

by ibiza2008
18 Feb 2009 20:25
Forum: DOS Batch Forum
Topic: Batch automated text entry.
Replies: 3
Views: 6704

Thanks, that works! However this is a second part to this program that I'm trying to write where the batch file needs to enter text into a text box like the one I'm writing into now. The text would be predetermined in the program. I know how the 'echo' command prints text to the DOS screen, is there...
by ibiza2008
18 Feb 2009 12:33
Forum: DOS Batch Forum
Topic: Batch automated text entry.
Replies: 3
Views: 6704

Batch automated text entry.

I want to create a batch file that automatically opens an internet browser and, when the home page is loaded (google), it will enter a predetermined string of text into the search bar, hit 'tab' and then 'enter' to execute the search. I have finished the part of the code that opens internet explorer...