home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.msdos.programmer
- Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!pacific.mps.ohio-state.edu!pacific.mps.ohio-state.edu!davis
- From: davis@pacific.mps.ohio-state.edu ("John E. Davis")
- Subject: Re: Normal MSDOS multitasking!
- In-Reply-To: einari@rhi.hi.is's message of 16 Dec 92 15:58:32 GMT
- Message-ID: <DAVIS.92Dec16172346@pacific.mps.ohio-state.edu>
- Sender: news@pacific.mps.ohio-state.edu
- Nntp-Posting-Host: pacific.mps.ohio-state.edu
- Reply-To: davis@pacific.mps.ohio-state.edu (John E. Davis)
- Organization: "Dept. of Physics, The Ohio State University"
- References: <1ghb1vINNccb@ub.d.umn.edu> <9212142475@fcshome.UUCP>
- Date: Wed, 16 Dec 1992 22:23:46 GMT
- Lines: 24
-
- Hi,
-
- I'd like to see a tee program which will do something like:
-
- C:\> make | tee > out
-
- The tee programs that I have seen are worthless in this regard because MSDOS
- does not multitask. So what about:
-
- C:\> tee make out
-
- Here tee runs make sending the output to both stdout and to the file out. To
- do this, tee would have to hook the appropriate DOS int 21 write string to
- stdout call. This seems doable but I have not seen it done.
-
-
- --
- _____________
- #___/John E. Davis\_________________________________________________________
- #
- # internet: davis@amy.tch.harvard.edu
- # bitnet: davis@ohstpy
- # office: 617-735-6746
- #
-