home *** CD-ROM | disk | FTP | other *** search
- TEE (v1.0) - Send standard output to the console and also to a file
-
- This is about as close to the UNIX TEE as you will get with DOS. You
- can have TEE filters, but you need to wait for the program to
- complete before you see the first byte of output! This TEE will
- redirect to a file and standard output AS IT HAPPENS.
-
- This program is Copyright 1989, by David G. Thomas.
- I may be reached at the PowerSoft BBS (404) 928-9294
-
- You are free to use this program as you please, and distribute it
- to your friends. I only ask that you do not alter the program, and
- you include this file when you pass it on.
-
-
- USAGE: TEE command_line >out_file
-
- NOTE: Internal DOS commands, like DIR, need to be quoted if they are
- supplied arguments.
-
-
- Examples: TEE "DIR *.EXE" >dir.lst
- TEE CL /C TEST.C >C.OUT
-
- Don't forget to redirect output to a file!
-