Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
automatic key input for .bat
Name: djas Date: September 16, 2004 at 12:51:49 Pacific OS: Windows XP/Longhorn GUI CPU/Ram: n/a
Comment:
is it possible for a batch file to simulate a key being pressed on the keyboard, i understand that this has been answered before but i didnt understand thanx
Summary: I am trying to get the text input from a textbox and I assign it to a string --> eg. String s = mytextBox.getText; The text that I entered was "Mike" To this I add System.out.println(s) and the text t...
Summary: ================================================== I'm not sure about the batch file actually reading a file but an alternative is to pipe an already typed file as input to the batch program. Type i...
Summary: Hello, I want to run a batch file every couple of hours, that will take the input from a text file and put it into a field in a command I want to run. This is the command I want to run in the batch fi...