Dec 052017
 
Batch file utility that will stuff the keyboard buffer.
File KEYSTF.ZIP from The Programmer’s Corner in
Category Batch Files
Batch file utility that will stuff the keyboard buffer.
File Name File Size Zip Size Zip Type
KEYSTUFF.COM 58 58 stored
KEYSTUFF.TXT 1207 551 deflated

Download File KEYSTF.ZIP Here

Contents of the KEYSTUFF.TXT file


Keystuff.com

Keystuff is meant to be put in batch files, and used to automatically
input those "yes," "no," "press any key to begin," etc. instructions
to get to the main body of your application. It can stuff up to 15
characters in the computer's keyboard buffer. When the application
runs, it reads the codes in the buffer as if you had typed the keys
yourself.

For example, my batch file used to call up Procomm+TD uses two
keypresses to get to the main screen. Since any key will do, my batch
file looks like:

keystuff yy
pcplustd

Keyboard uses the tilde (~) as the enter key. If you need returns
after your program prompts, you can type:

keystuff y~n~
[program]

This program was put in the public domain by Blake McArthur, Winnipeg,
Canada. Further information can be found in the September 1988 issue of
PCResource Magazine.

Enjoy. Greg Perlstein
CIS 76667,353


 December 5, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)