Is there a way to catch cmd.exe windows into tabs?

Posted by user55542 on Super User See other posts from Super User or by user55542
Published on 2011-03-15T03:38:25Z Indexed on 2011/03/15 8:12 UTC
Read the original article Hit count: 189

Filed under:
|

I use an editor that allows me to type in a command to run. In order to see the output without having to redirect it to a file, I precede the command with "cmd /k," which leaves an open cmd.exe window. So I'd like to find a way to move catch the call to cmd.exe and give it to an application that tabifies cmd.exe, a terminal emulator as it's called.

The desired result would be similar to what happens in a tabbed editor, when that editor is to open some file, it does so in another tab, and not in another window. While in a given situation it may be easier to modify the command to redirect output to display in the editor itself, in general it would be more helpful if I could find a way to catch all such calls into one window.

© Super User or respective owner

Related posts about command-line

Related posts about tabs