When you open a file for output with @fileopen, its contents are not accessible from another TCC session by using the /F (follow) option of the TAIL command. Would it be possible to open the file without the "exclusive open" flag (O_EXCL or _O_EXCL) so different TCC session could track what's written? -- Steve