1.

Solve : Keyboard input through batch file?

Answer»

What would be the command to have f5 and enter entered through a batch file to a program that was just opened with a batch file?There is not one. However, if this is a TRUE DOS batch file, you might use a utility that will STUFF the KEYBOARD BUFFER. Do a google SEARCH for "keyboard buffer stuffer" and see what pops.

edit: Most keyboard buffer stuffers are limited to sixteen characters, as that is length of the keyboard buffer. Some of the better ones will allow an ASCII stuff so that a string can be entered and stuffed.



Discussion

No Comment Found