home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11457 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.3 KB  |  39 lines

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