From: "Damian Yerrick" Newsgroups: comp.os.msdos.misc,alt.dos.programmer,comp.os.msdos.programmer,comp.os.msdos.djgpp Subject: Re: Non Existant dos pipes ... where did they go ? Date: Mon, 20 Sep 1999 19:08:25 -0500 Organization: Rose-Hulman Institute of Technology Lines: 42 Message-ID: <7s6idm$8k4$1@solomon.cs.rose-hulman.edu> References: <37E6C190 DOT F63627C AT hotmail DOT com> NNTP-Posting-Host: yerricde.laptop.rose-hulman.edu X-Trace: solomon.cs.rose-hulman.edu 937872630 8836 137.112.205.146 (21 Sep 1999 00:10:30 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 21 Sep 1999 00:10:30 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Alex Crowther wrote: > Your use of hotmail.com supports Micro$oft. The opposite of Hotmail can be found at http://www.coldmail.com > Having recently installed djgpp gcc along with all the supporting > Unixish command line clones (e.g. less, pwd, hostname, su > etc etc), I have started writing command > line dos utils for use in dos or bash for dos. > > Basic problem is, I have found that all the machines > at work don't seem to > be able to pipe commands, for example, the command >8 > dir | awk '{ blar }' > > results in | awk being bad arguments to dir. Beats me. My friend abigail doesn't know either. > One last thing, is there a windows libary for gcc so I can write > graphical windows apps ??? You can make apps with graphical windows (note: small w) with the Allegro library http://www.talula.demon.co.uk/allegro/ and any of the many GUI add-ons listed under Library Extensions. But if you want to make a Win32 app for Sinbloze Ninety-Hate, using WinAPI, you'll have to get one of these: MinGW32, a minimal gcc for Win32 RSXNTDJ, a gcc-based Windows development system (you'll have to patch it up; instructions at http://surf.to/rsxntdj) Micro$oft Visual C++ Hope this helps -- Damian Yerrick http://pineight.webjump.com/