From: michael AT weiser DOT saale-net DOT de (Michael Weiser) Subject: Re: cd'ing to a shortcut 17 Sep 1998 20:30:06 -0700 Message-ID: <360195ca.723780.cygnus.gnu-win32@mail.weiser.saale-net.de> References: <9809081457 DOT AA01063 AT dns DOT cise DOT it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit To: "Jose I. Cabrera" Cc: gnu-win32 AT cygnus DOT com Hello Jose, you wrote: >In my home, I added a shortcut to a directory that I use a lot. >How can I change to it from bash? When I cd to the shortcut name, You simply cannot cd into Windows shortcuts because cygwin32 doesn't know about .lnk files and their magic. But you can accomplish the same by creating a link using 'ln -s ' for example. -- bye, Michael - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".