Short: Output redirection to multiple files. V1.0 Author: rawstyle@blackbox.dame.de (Michael Krause) Uploader: rawstyle blackbox dame de (Michael Krause) Type: util/misc Architecture: m68k-amigaos -------------------------------------------------------------------------- TeeHandler v1.0 -------------------------------------------------------------------------- Written on 07-Sep-96 by Michael Krause This distribution is entirely Public Domain. -------------------------------------------------------------------------- >>> WHAT IS IT? I remember that once I wanted to redirect an assembler output to a console window (so that I could see what the assembler is currently working on) and to a file (so that I could view it later, to find errors etc.) at the same time. This was not possible, however. Today I was fed up with it and wrote TeeHandler. >>> HOW DO I INSTALL IT? Copy `tee-handler' to L: and TEE/TEE.info to DEVS:DOSDrivers or SYS:Storage/DOSDrivers - depends. >>> HOW DO I USE IT? You must provide the destination file names after the `TEE:', divided by an at (@) sign. The file names have to be absolute path names. Since there would be some trouble providing the colon (:) in the file name, you have to replace it by a percent (%) sign. You can specify as many file names as you wish. Examples: type s:startup-sequence >tee:con%0/0/640/200@ram%test make >tee:con%100/100/440/200/Compiling...@t%compile-errors >>> WHAT ABOUT THE SOURCE CODE? TeeHandler was written using GCC 2.7.0. Use the source as an example of how AmigaDOS handlers work. Modify it, burn it, sell it... but handle with care ;-) >>> WHERE DO I FIND THE AUTHOR? rawstyle@blackbox.dame.de http://www.szczecin.pl/~rawstyle/ >>> 42?