From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10301071822.AA28521@clio.rice.edu> Subject: Re: fd_props, what is it? To: djgpp-workers AT delorie DOT com Date: Tue, 7 Jan 2003 12:22:33 -0600 (CST) In-Reply-To: <1041961232029465@lycos-europe.com> from "Ben Decker" at Jan 07, 2003 06:40:32 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I was wondering *exactly* the same thing, but more from the bash command line. It > would be nice, for instance, to map /dev/lpt1 to /dev/lp0 and so forth. > Shell script compatibilty option ;-) This would be easy - look in src\libc\dos\io\putpath.c - some are already mapped. But I wonder if this is the right thing for lpt1 since many printers are no longer ascii capable (need some windows driver...)