Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 beta 4/10/84; site seismo.UUCP
Path: utzoo!linus!philabs!cmcl2!seismo!mo
From: mo@seismo.UUCP (Mike O'Dell)
Newsgroups: net.micro.pc
Subject: DOS calls and I/O redirection
Message-ID: <1461@seismo.UUCP>
Date: Mon, 4-Jun-84 12:31:20 EDT
Article-I.D.: seismo.1461
Posted: Mon Jun  4 12:31:20 1984
Date-Received: Wed, 6-Jun-84 01:01:05 EDT
Distribution: net
Organization: Center for Seismic Studies, Arlington, VA
Lines: 12

DOS calls 2, 6, and 7 appear to honor command line I/O redirection.
Is there any way around this?? Opening CON without the colon appears
to always get the console, but we don't seem to be able suspend echoing
and buffering.  The behavior we want is that of 

	fd = open("/dev/tty", 2);

Anyone know how to make this happen reliably in the face of whatever
is placed on the command line (ie, I/O redirection)??

	-Mike O'Dell