home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.msdos.programmer
- Path: sparky!uunet!vuse.vanderbilt.edu!stst
- From: stst@vuse.vanderbilt.edu (Stefan Strack)
- Subject: Re: tee for DOS?
- Message-ID: <C19yB0.AJB@vuse.vanderbilt.edu>
- Sender: news@vuse.vanderbilt.edu
- Nntp-Posting-Host: necs
- Organization: Vanderbilt University School of Engineering, Nashville, TN, USA
- References: <1993Jan22.184439.27754@magnus.acs.ohio-state.edu>
- Date: Fri, 22 Jan 1993 21:28:12 GMT
- Lines: 12
-
- In article <1993Jan22.184439.27754@magnus.acs.ohio-state.edu> esova@magnus.acs.ohio-state.edu (Edward R Sova) writes:
- >Where can I get the Unix tee command for DOS? You can split redirection and
- >piping. like maybe foo | tee > prn >logfile. Well I'm not sure of the
- >syntax, and I don't care right now, but I think you see what I want. Where
- >is it? Thanx
- >
-
- TEE (as well as Y) are internal commands of 4DOS, the command.com replacement.
- The syntax is foo | tee logfile | prn. Note that you can roll your own tee
- with just a few lines of code.
-
- Regards, Stefan (stst@vuse.vanderbilt.edu)
-