Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!nike!ucbcad!ucbvax!CASEUS.WISC.EDU!dan From: dan@CASEUS.WISC.EDU (Daniel M. Frank) Newsgroups: net.lang.mod2 Subject: Command line access in PC-DOS 3.10 ??? Message-ID: <8608011733.AA04057@caseus.wisc.edu> Date: Fri, 1-Aug-86 13:33:21 EDT Article-I.D.: caseus.8608011733.AA04057 Posted: Fri Aug 1 13:33:21 1986 Date-Received: Sat, 2-Aug-86 09:36:43 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 10 CS:80H is only the command line tail in a .COM program, and then only right after startup. For a .EXE program, use the ES register, which will point to the PSP at startup. Once the program gets running, all bets are off. Let me point out that the Logitech compiler, which was asked about, will read the command line instead of the keyboard input until the command line is exhausted. I don't have the exact calls here in front of me, but you can check to see if stuff is on the command line by using the high level text input call InputWaiting, or something like that.