Hi!

Wednesday, 18 October, 2000 Jari Aalto+list.cygwin [EMAIL PROTECTED] wrote:

JAlc>     GNU bash, version 2.04.0(1)-release (i586-pc-cygwin)

JAlc>     I was under the impression that bash would certainly recognize
JAlc>     the /cygdrive/x/....  but it doesn't. The TAB key is dead if
JAlc>     I try:

JAlc>         $ cd /cygd[TAB]
JAlc>         $ cd /cygdrive/[TAB]

JAlc>     I think this is a bug or unimplemented feature.

the  easiest  workaround  is  to  run the following .bat file from your
windows command prompt:

================ create_cygdrives.bat ==============

for /f %%x in ('cygpath -w /') do set cygwin_root=%%x
mkdir %cygwin_root%\cygdrive
for %%x in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do mkdir 
%cygwin_root%\cygdrive\%%x

=====================================================

Egor.            mailto:[EMAIL PROTECTED] ICQ 5165414 FidoNet 2:5020/496.19



--
Want to unsubscribe from this list?
Send a message to [EMAIL PROTECTED]

Reply via email to