One of my frustrations when using a command prompt on a different machine is not having the file name completion functionality set up. It's usually turned off. I can turn it on with /F:ON (I think) in a batch file, but the control key to use (I prefer tab) is specified in the registry.
I know I wouldn't want someone else changing my preference permanently...
So I'm asking if anyone else has already worked on this sort of thing. Maybe you know of a way to set it -- like color or prompt -- that works just for one invocation?
If not, should I just hack at the current CommandPromptPortable.nsi script to see if I can come up with a version that does it gracefully, setting the registry and then returning the setting to its previous condition?
If I do come up with something, should I share it here?
Any other settings I could be looking at?
This looks like it might be a relatively simple project to get my feet wet with nsi.