Re: [Tutor] cmd module

2008-09-04 Thread Martin Walsh
Kent Johnson wrote: > On Thu, Sep 4, 2008 at 1:00 AM, Tony Cappellini <[EMAIL PROTECTED]> wrote: >> I was just reading the PYMOTW article on the cmd module, and trying >> the examples. >> >> http://www.doughellmann.com/PyMOTW/cmd/cmd.html >> >> Scroll down to Auto-Completion. >> >> Does the tab k

Re: [Tutor] cmd module

2008-09-04 Thread Kent Johnson
On Thu, Sep 4, 2008 at 1:00 AM, Tony Cappellini <[EMAIL PROTECTED]> wrote: > I was just reading the PYMOTW article on the cmd module, and trying > the examples. > > http://www.doughellmann.com/PyMOTW/cmd/cmd.html > > Scroll down to Auto-Completion. > > Does the tab key work for anyone running Windo

Re: [Tutor] cmd module

2008-09-03 Thread Alan Gauld
Tony Cappellini wrote: Scroll down to Auto-Completion. Does the tab key work for anyone running Windows ? Is this an OS specific feature? I've not read the article but I suspect it requires a GNU library to be included which seems to be standaard on *nix but not on XP. I'm running Windows

[Tutor] cmd module

2008-09-03 Thread Tony Cappellini
I was just reading the PYMOTW article on the cmd module, and trying the examples. http://www.doughellmann.com/PyMOTW/cmd/cmd.html Scroll down to Auto-Completion. Does the tab key work for anyone running Windows ? Is this an OS specific feature? I see the bash prompts in the article, tab does so