Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <39E9E8D6.2974AA0C@ece.gatech.edu> Date: Sun, 15 Oct 2000 13:26:46 -0400 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Jerome Benoit CC: Cygnus Subject: Re: naive question about `prn' References: <39E9E3F1 DOT 229C4E03 AT Wanadoo DOT fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Take a look at the fhandler-tut.txt file in the cygwin source code: http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/src/winsup/doc/fhandler-tut.txt?rev=1.2&content-type=text/plain&cvsroot=src Remember, though, that hardware access devices (like /dev/console. /dev/fd, etc) are more...interesting...than pseudo, in-memory devices (like /dev/zero, /dev/mem, /dev/[u]random). Windows has special hoops you have to jump through, and those hoops are different for Win9x, WinMe, WinNT, and Win2K. And your /dev/prn devices needs to work on all support flavors of windows. --Chuck Jerome Benoit wrote: > > Hi ! > > How can we set up `/dev/prn' ? > > Thanks in advance, > Jerome BENOIT > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com