Possible Duplicate:
Alternative Windows command shell and console?
Is there an alternative to the standard windows command (cmd.exe) prompt?
It is sometimes difficult reading debug data, I'm curious to know if there are any alternatives that could offer tabbed windows etc.
cmd.exeis a command shell, it only handles command input. The interface (tabs, toolbars, etc) would be part of a terminal program (such as Console). – grawity Aug 11 '10 at 9:53