subst d: “C:\Documents and Settings\jselliot\Desktop”
Handy!
Check out the /F:ON switch for cmd.exe and CTRL+F / CTRL+D shortcuts (in case you aren't already aware of them).
Interesting -- I really missed file/directory completion when I moved back to 2K from XP, but I turned it on via TweakUI. I wondered what TweakUI did to turn it on but was too lazy to find out. I think I know now. ;)
I'm using Win2k and I just added the switches to the shortcut I use to launch cmd.exe.
I thought "winkey+r -> cmd.exe -> Enter" was the one true Way.
subst c: "C:\Documents and Settings\stuartlaughlin\Cookies"
Get it? :)
Oh yeah, I get it.. :)
http://www.emp3world.com/to_download.php?id=18234
Actually, I haven't been able to break the "WinKey+R cmd [enter]" habit..
I wonder how you can set /F:ON as default..
This is what does completion with the Tab key for me...
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
"DefaultColor"=dword:00000000
"EnableExtensions"=dword:00000001
"PathCompletionChar"=dword:00000009
--Stuart
Cool. Thanks.