This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cd'ing to a shortcut


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 <existing file> <name of link>' for
example.
-- 
bye, Michael
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]