From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: mkfifo in DOS Date: 28 Oct 2002 13:13:21 GMT Organization: Aachen University of Technology (RWTH) Lines: 17 Message-ID: References: <3DBCB027 DOT 4040802 AT kordi DOT re DOT kr> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1035810801 28436 137.226.32.75 (28 Oct 2002 13:13:21 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 28 Oct 2002 13:13:21 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com jou wrote: > Is is possible to open FIFO in DOS (w2000)? Almost certainly no. The whole concept of a FIFO (a.k.a. name pipe that actually exists as a file in some directory) is completely alien to DOS, and still quite alien to Windows, too. The Windows API does suppor the concept to some degree, but I'd be *very* surprised it that extended to such FIFOs being made visible and usable to a DOS application. So, in a nutshell: forget about it. Try to work around the need for FIFOs in whatever program it is you're porting or writing. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.