This is the mail archive of the cygwin-apps@cygwin.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]
Other format: [Raw text]

Re: cygpath patch


--- Charles Wilson <cwilson@ece.gatech.edu> wrote:
> Joshua Franklin wrote:
> 
> > --- Charles Wilson <cwilson@ece.gatech.edu> wrote:
> > 
> >>Sounds like a great idea to me.  Note however,
> than
> >>symbolic links are 
> >>implemented using windows shortcuts, so:
> >>
> >>ln -s foo.html `cygpatch -P`/foo_help.html
> >>
> >>will do what you want.
> >>
> > 
> > Huh? That was my example. Except with the desktop
> > directory, and I used $(...) instead of `...`
> 
> Fine fine fine.  The point of my example was really
> unrelated to the 
> cygpath command itself.  You were talking about
> grabbing code from 
> setup.exe to assist in create a shortcut, or
> something -- I dunno 
> exactly 'cause I've deleted the message.
> 
> My point was merely that you DON'T need to worry
> about that.  Just use 
> the 'ln -s' command -- because symbolic links ==
> windows shortcuts.
> 
> --Chuck

Ah. But what if you want to link to:
rxvt.exe -rv -fn "FixedSys" -e /bin/bash --login -i
--or--
command.com /E:4096 /c bash.exe --login -i
from the working directory c:\cygwin\bin 
--or--
http://www.cygwin.com/FAQ/

My point is, there are a lot more possible options
in W32 shortcuts that seem to be supported by the
setup.exe mklink2.c COM interface. 


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/


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