Date: Mon, 17 Sep 2001 16:47:34 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: rjvdboon AT hetnet DOT nl Message-Id: <3405-Mon17Sep2001164733+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <35c901c13f40$f909cb30$c36897c2@hetnet.nl> (rjvdboon@hetnet.nl) Subject: Re: Build problems References: <35c901c13f40$f909cb30$c36897c2 AT hetnet DOT nl> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: rjvdboon AT hetnet DOT nl > Date: Mon, 17 Sep 2001 08:21:23 +0200 > > > Btw, the file-name completion in W2K's cmd.exe seems to be broken: you > > cannot customize the completion character, even though "cmd /?" says > > you should be able to. No matter what I did, I couldn't get TAB to > > complete, only (the default) C-f. Am I missing something, or is it a > > bug? The Knowledge Base is silent about this (more accurately, it > > repeats the story told by "cmd /?"). > > cmd /? also tells about setting > HKCU\Software\Microsoft\Command Provessor\CompletionChar > (and/or) > HKLM\Software\Microsoft\Command Provessor\CompletionChar > to 0x9 for TAB completion. This works for me (W2K prof, US version) > (same as on NT4 BTW). The problem was that I was invoking CMD as "cmd /f:on". What "cmd /?" fails to tell is that, when CMD sees /f:on, it doesn't even look into the registry's setting of CompletionChar, and instead uses the default C-f and C-d.