[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Symlinks on Windows

From: Trent Nelson <tnelson_at_onresolve.com>
Date: Mon, 10 Mar 2008 14:39:00 -0700

richard hornsby [richardjhornsby_at_gmail.com]:
> If you have found a way to make shortcuts be honored by applications such as IIS, I would be seriously
> interested in hearing how you did it.

You could always use hardlinks:

fsutil hardlink create <destination link> <source file>

For example:

C:\>fsutil hardlink create cygwin-zsh-hl.bat cygwin-zsh.bat
Hardlink created for C:\cygwin-zsh-hl.bat <<===>> C:\cygwin-zsh.bat
C:\>type cygwin-zsh-hl.bat
@echo off
pushd .
c:
chdir c:\\bin
start rxvt -ls -sr -bg black -fg white -fn "SAS Monospace" -fb "SAS Monospace Bold" -tn vt102 -sl 100000 -e zsh -l
popd
C:\>dir cygwin-zsh*
 Volume in drive C has no label.
 Volume Serial Number is 30B2-C51F
 Directory of C:\
18/09/2006 04:02 261 cygwin-zsh-hl.bat
18/09/2006 04:02 261 cygwin-zsh.bat
               2 File(s) 522 bytes
               0 Dir(s) 33,414,381,568 bytes free

    Trent.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-10 22:39:31 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.