[comp.lang.pascal] How to fool around with Keyboard in TP

cncst@unix.cis.pitt.edu (Christophe N. Christoff) (11/05/90)

How can one let a TP program outputs some characters and the PC 
sees it that those characters are coming from keyboard.

For example, the program outputs chr(0)+chr(59), and the PC
interpret that somebody pressed key F1.


I want this feature so that my program can invoke resident
program automatically.

Thanx in advance.