_x64: 1
_admin: 1
_elevated: 1
TCC 32.10.20 x64 Windows 10 [Version 10.0.19045.4291]
BuildNumber Caption CSDVersion OSArchitecture Version
19045 Microsoft Windows 10 Pro 64-bit 10.0.19045
Well,
I'm pretty sure that I have done this before,
but I cannot remember exactly how to do it.
TMP9: doesn't seem special. A command much like the example in the help (Save to STDOUT) does nothing. Have you ever seen "Save to STDOUT) do something?
According to the help for TCEdit: Piping Input to TCEdit
TCEdit supports piped input. For example, "dir | TCEdit" will load the contents of the directory into the first tab window.
TCEdit supports piped output with the "File / Write to STDOUT" menu option. This allows you to edit the pipe input before sending it on to be processed by another app. For example:
dir /b | tcedit | someapp
I tried all of these with "Write to STDOUT" :
path /n | tcedit | type @con
path /n | tcedit > foo.txt
path /n | tcedit | do p in @con (echo %p;)
And nothing produced any output
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.