[wxPython] How to use wxPython on Windows

If you take the following text between the --- characters and put it into a
file called something.reg (completion.reg) then you can double-click on it
to make the change, you'll be prompted, so you can cancel if you chicken out
at the last second.

···

---
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009

---

I assume no responsibility for any damage done by modifying the registry...
Do this at your own risk. As an extra precaution, wait until someone else on
the list says whether this is a bad idea... Remember, that this is not for
Windows 95, Windows 98 or Windows ME.

ka

-----Original Message-----
From: Magnus Lyckå [mailto:magnus@thinkware.se]
Sent: Tuesday, October 23, 2001 1:38 PM
To: Kevin Altis
Subject: RE: [wxPython] How to use wxPython on Windows

At 12:51 2001-10-23 -0700, you wrote:
>I forgot to mention that MS stupidly doesn't turn on the
command-completion
>by default. So, you'll want to read this article and modify the registry.
>http://support.microsoft.com/support/kb/articles/Q244/4/07.ASP
>
>Then you can use TAB to complete commands.

I didn't know that! Thank's for the tip. :slight_smile:
(Although I have to admit I find the registry
a bit scary...)

/Magnus

--
Magnus Lyckå, Thinkware AB
Älvans väg 99, SE-907 50 UMEÅ
tel 070-582 80 65, fax: 070-612 80 65
http://www.thinkware.se/ mailto:magnus@thinkware.se

I assume no responsibility for any damage done by modifying the

registry...

Do this at your own risk. As an extra precaution, wait until someone else

on

the list says whether this is a bad idea... Remember, that this is not for
Windows 95, Windows 98 or Windows ME.

To get file completion on any version of windows go here:

    http://www.jpsoft.com/

and get 4DOS or 4NT. It's a very excellent command line shell that can
replace command.com or cmd.exe. In addition it has aliases, enhanced
batch-scripting commands, etc., etc. It's not free but well worth the price
IMHO.

Alternativly, if you like a *nix-like shell but don't want all the cygwin
crud you have to deal with when using bash then do a google for "zsh.exe"

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!