Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!mis.mcw.edu!tenaglia From: tenaglia@mis.mcw.edu ("Chris Tenaglia - 257-8765") Newsgroups: comp.lang.icon Subject: Icon pipes in MSDOS Message-ID: <0093D32B5856BB80.204002AD@mis.mcw.edu> Date: 24 Sep 90 18:41:09 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 16 MSDOS does have pipes, but they're implemented differently than unix. MSDOS does it by generating scratch files. One can actually do a DIR|SORT or DIR | ICONX PROG. Inside icon one can issue system("dir >_dir.tmp") and then infile:=open("_dir.tmp") for subsequent processing. It also uses a little more memory when using the system command. I'd sure like to know how the MAC does it too. Is there a difference between a MAC with Multifinder and one with MPW? Chris Tenaglia (System Manager) Medical College of Wisconsin 8701 W. Watertown Plank Rd. Milwaukee, WI 53226 (414)257-8765 tenaglia@mis.mcw.edu, mcwmis!tenaglia