Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Keyboard input through batch file  (Read 3924 times)

0 Members and 1 Guest are viewing this topic.

wonder7990

  • Guest
Keyboard input through batch file
« on: October 18, 2006, 12:52:02 PM »
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?

2k_dummy



    Specialist
  • A word, once spoken, can never be recalled.
  • Thanked: 14
    Re: Keyboard input through batch file
    « Reply #1 on: October 18, 2006, 04:59:38 PM »
    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.
    « Last Edit: October 18, 2006, 05:02:44 PM by 2k_dummy »
    If you don't stand for something, you'll fall for anything.
    _______________________________________ ________
    BlackViper

    Software and utilities