CMD.EXE is posing lots of problems for me. I have Cygwin installed and use bash regularly, and I also have the mingwin bash shell that comes with mSysGit, but sometimes I really do need to run things from the Windows shell.
Is there a replacement for the Windows shell that:
- has a persistent command-line history, available in my next session after I close a session? (as in bash HISTFILE)
- remembers what directory I was just in so that I can toggle between two directories? (as in bash cd -)
(Or is there a way to enable these features in CMD.EXE?)
I see some has asked about a better windows shell before, but they were asking about cut and paste which is lower in priority for me at this point. It's not the console that's killing me, it's the command-line interpreter.