| cmd.net tee |
|
The tee command is a .Net implementation of the tee command available on other platforms. The -in and -out switches define the encodings of stdin and stdout. The filename parameter is given directly (without a leading switch), and the file’s encoding can be defined using the -enc switch. The -a switch appends to an existing file instead of creating a new file. C:\>tee -? |
| Last Updated on Monday, 27 June 2011 07:08 |