I wanted one more level of customization in CommandPromptPortable -- Filename and Path completion. (It defaults to "off" on many machines.) So I decided to modify the existing CommandPromptPortable to provide that.
I tried to follow the version 1 source as much as possible.
The way it works is: it reads the two settings from an ini file, updates the registry before executing cmd.exe, then puts the regisry back the way it was. When it first runs, if there is no ini file, it reads the current settings from the host machine and stores them in the ini file.
I'm not sure what the version numbering around here is like. It's not a huge change.
I am not real confident about how this works on win95 and its ilk, or NT4. Anyone able to try it out?
Feel free to make lots of suggestions.
[download site withdrawn; if you want to see a copy, let me know]