Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!cornell!batcomputer!tedcrane From: tedcrane@batcomputer.tn.cornell.edu (Ted Crane) Newsgroups: comp.os.vms Subject: Re: Question about interactive programming capabilities Message-ID: <2585@batcomputer.tn.cornell.edu> Date: Thu, 8-Oct-87 14:14:26 EDT Article-I.D.: batcompu.2585 Posted: Thu Oct 8 14:14:26 1987 Date-Received: Sun, 11-Oct-87 03:36:56 EDT References: <8709260322.AA24875@ucbvax.Berkeley.EDU> Reply-To: tedcrane@tcgould.tn.cornell.edu (Ted Crane) Organization: Tompkins County Computing, Ithaca, NY Lines: 12 In article <8709260322.AA24875@ucbvax.Berkeley.EDU> VFM424@SCRANTON.BITNET writes: >Looking for a method of creating interactive programs (written in a programming >language or DCl) that eliminates the use of the RETURN or ENTER key. (i.e. >keying in Y or N to a YES/NO question would enter the reply to the system. The >RETURN or ENTER key would not have to be depressed). Currently running VMS >4.5. >TUTKA@SCRANTON The most obvious way is to use the SMG$ package provided in the VMS run time library. It permits single character reads. -ted crane