How can I start a second cygwin shell from commandline of the first cygwinshell which opens in a separate window?
I tried
“bash –login -i”
but it apparently it started in the current window.
How can I start a second cygwin shell from commandline of the first cygwinshell
Share
It depends on what you mean by shell window. If it’s the default setup, then it uses
cmd.exe, so you can issue:Or maybe simply this should work:
Another working solution is (somewhat funny):
But a recommended solution is to use something better (e.g. Console2, rxvt (part of cygwin…).