home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / programm / 11555 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1009 b   |  27 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei.com (Fuzzy Fox)
  4. Subject: Re: Normal MSDOS multitasking!
  5. Message-ID: <1992Dec21.184123.2230@rei.com>
  6. Date: Mon, 21 Dec 1992 18:41:23 GMT
  7. References: <1ghb1vINNccb@ub.d.umn.edu> <9212142475@fcshome.UUCP> <DAVIS.92Dec16172346@pacific.mps.ohio-state.edu>
  8. Organization: Recognition Equipment, Inc.
  9. Lines: 16
  10.  
  11. davis@pacific.mps.ohio-state.edu ("John E. Davis") writes:
  12.  
  13. >C:\> tee make out
  14.  
  15. >Here tee runs make sending the output to both stdout and to the file out.  To
  16. >do this, tee would have to hook the appropriate DOS int 21 write string to
  17. >stdout call.  This seems doable but I have not seen it done.
  18.  
  19. A freeware program called CONCOPY does exactly this.  Available at
  20. Simtel.
  21.  
  22. -- 
  23. #ifdef TRUE        | Fuzzy Fox (a.k.a. David DeSimone)       fuzzy@netcom.com
  24. #define  TRUE   0  |
  25. #define  FALSE  1  |  "You have been recruited by the Star League to defend
  26. #endif             |     the Frontier against Xur and the Kodan Armada."
  27.