Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!ira.uka.de!ifistg!ifi!boegehol From: boegehol@az33.informatik.uni-stuttgart.de (Harald Boegeholz) Newsgroups: comp.os.os2 Subject: Don't pipe into BOOT under DOS! Message-ID: Date: 9 Feb 90 17:37:43 GMT References: <331.25C82A55@weyr.FIDONET.ORG> <9673@spool.cs.wisc.edu> Sender: news@ifistg.uucp Organization: IfI, Univ. Stuttgart, W Germany Lines: 19 In-reply-to: thaler@shorty.cs.wisc.edu's message of 3 Feb 90 19:54:21 GMT In article <9673@spool.cs.wisc.edu> thaler@shorty.cs.wisc.edu (Maurice Thaler) writes: That's funny, I have a os2.bat file for DOS that reads ECHO y|c:\os2\boot /dos and it works just fine. ... and it leaves a 3 byte temporary file in your current directory whenever you use it. That happens because DOS has no real pipes; it first stores all standard output of the first program in a temp file and then reads that file into the second program. In this case, the second program boots... Since I found this out, I use C:\OS2\BOOT /DOS < C:\BATCH\Y with a file named Y containing (guess what...) Harald Boegeholz