From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: mkfifo in DOS Date: Mon, 28 Oct 2002 17:47:20 +1100 Organization: ECLiPSE Lines: 22 Message-ID: <56npruk6od4rilnn9646mcic8f14fh2fcq@4ax.com> References: <3DBCB027 DOT 4040802 AT kordi DOT re DOT kr> NNTP-Posting-Host: p80-tnt9.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1035787645 25693 203.173.151.80 (28 Oct 2002 06:47:25 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Mon, 28 Oct 2002 06:47:25 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >Is is possible to open FIFO in DOS (w2000)? > >Even "mkfifo FIFO_file" produced error: > cannot make fifo 'FIFO_file': Permission denied (EACCESS). > >Any help? I had a look at the Fileutils code and it called a libc function of the same name and is always returns and errro. The following is the info on mkfifo from the libc docs:- File: libc.info, Node: mkfifo, Next: mknod, Prev: mkdir, Up: ...snip... Description: This function is provided only to assist in porting from Unix. It always returns an error condition.