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.

link|improve this question

cmd.exe is 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
@Nelson - I just flagged it as a dup, so a mod can close it. – ripper234 Aug 24 '11 at 12:04
feedback

closed as exact duplicate by Tom Wijsman, Diago Aug 24 '11 at 12:26

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 3 down vote accepted

Try Console.

Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.