PDA

View Full Version : multiple "shells"



stinos
5th January 2007, 12:14
Hi all!
This might be a bit OT but I didn't see another place to post is directly.
Does there exist software for windows that allows you to open multiple cmd windows, like KShell or so for unix? So you would have one app with mutliple tabs inside, each having a command prompt.
Or if anyone has insight one how this could be coded without too much effort, that would be nice to.
Reason I'm asking is that I'm working more and more with command line and it's a bit messy having like five cmd's open and another 4 cygwin prompts etc..

e8johan
5th January 2007, 12:50
I guess that by launching several instances of cmd as QProcesses in a Qt application could create such a multiple-shells-in-a-window application for you.

stinos
5th January 2007, 15:53
after seraching a bit better I already got it..
http://sourceforge.net/projects/console/