Download Latest Version teew_v1.1_x86.zip (7.0 kB)
Email in envelope

Get an email when there's a new version of TeeW

Home / src
Name Modified Size InfoDownloads / Week
Parent folder
teew_v1.1.0.0.c 2019-03-08 11.8 kB
teew_v1.0.0.0.c 2019-03-07 11.1 kB
Totals: 2 Items   22.8 kB 0
Reads standard input, writes it to standard output and to zero or more files.

 Syntax:
TEEW [/a] [names]
  /a       append to the listed files
  names    list of file names
           NOTE the content written into the files will always be UTF-16 LE

Return values:
  0        all streams have been written successfully
  1        an error occurred while writing of at least one of the streams
  2        a fatal error occurred, no data written



Usually the the standard output of a process shall be passed to the standard input of TeeW. Use the vertical bar (also known as "pipe") in the command line to realize it. E.g.:

TASKLIST | TEEW "tasks.txt"
Source: readme.txt, updated 2019-03-07