From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d153889ffa2b6d10,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-27 14:11:22 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Peter Richtmyer" Newsgroups: comp.lang.ada Subject: Named Pipe (FIFO) on Win NT Date: Sun, 27 May 2001 17:10:48 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:7819 Date: 2001-05-27T17:10:48-04:00 List-Id: I am trying to port an app from Unix to Win NT (Gnat Ada). The app uses Named Pipes to send data between programs. Have not been able to find "mkfifo" or a Windows equivalent to use. Is there an easy way to do this? It does not need to be elegant or bullet-proof. (The Win NT version is for development and test only.) Thanks, Peter