I wrote this program because I need to send keystroke to a DOS program. I think someone out their might 
need it too. 

To use this program is easy. The first line of the text file is the EXACT window caption you want to send 
to. Second line is how many times you want the program to repeat the keystrokes. The program reads the 
text file and sends out keystroke to any win95 windows. Other that regular ASCII keystroke, the following 
are the command key that the program understand:

they are not case sensitive
~alt		toggle  Alt key
~ctrl		toggle  Ctrl key
~shift		toggle  Shift key
~return		Carriage return
~tab
~space
~sleep		pause for 1 second
~repeat	n	repeat the next instruction n time
~saveclipboard	save clipboard content to cliptext.txt
~end 		End the sendkey program 

The only restriction is you can only send out one command key one line at a time with no additional 
keystroke. All you have to do is inspect the keys.txt file and you should know what to do.

This is a freeware, I offer no warranty and you use at your own risk. If you find any bugs or want to contact 
me, you can email me at hyeung@hyeung.com


