![]() |
DOS Tee utility - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Utilities (https://qb64phoenix.com/forum/forumdisplay.php?fid=8) +---- Thread: DOS Tee utility (/showthread.php?tid=2033) |
DOS Tee utility - eoredson - 09-24-2023 Find attached the file TEE11.ZIP which contains a set of tee functions. These files are strictly QB45/BC7/VBdos and not QB64. What is a TEE function? The function parses the input lines and sends the contents of a file to the screen and the output file. For example: Type filelist.dat | tee > filelist.out Then the output file is created. Erik. |