Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!cncst From: cncst@unix.cis.pitt.edu (Christophe N. Christoff) Newsgroups: comp.lang.pascal Subject: How to fool around with Keyboard in TP Message-ID: <57055@unix.cis.pitt.edu> Date: 5 Nov 90 04:15:49 GMT Reply-To: cncst@unix.cis.pitt.edu (Christophe N. Christoff) Organization: Univ. of Pittsburgh, Comp & Info Services Lines: 11 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.