<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Symlinks in Windows Vista</title>
	<atom:link href="http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-76747</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 17 Sep 2009 04:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-76747</guid>
		<description>Thank you so much!!!!! I recently had to work with Smarty templates in a web design project and every time I went into the templates directory, the images would be broken. Symbolic links and your post saved the day!</description>
		<content:encoded><![CDATA[<p>Thank you so much!!!!! I recently had to work with Smarty templates in a web design project and every time I went into the templates directory, the images would be broken. Symbolic links and your post saved the day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-71577</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 08 May 2009 05:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-71577</guid>
		<description>No it doesn&#039;t, otherwise my system would be screwed.</description>
		<content:encoded><![CDATA[<p>No it doesn&#8217;t, otherwise my system would be screwed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-71570</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 08 May 2009 00:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-71570</guid>
		<description>Here&#039;s my question:

When I open up properties on a folder containing hard-links, the file size matches the size of the linked files. Does this mean that the OS believes that much extra hard-disk space is missing? i.e. 2x the original file size?</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my question:</p>
<p>When I open up properties on a folder containing hard-links, the file size matches the size of the linked files. Does this mean that the OS believes that much extra hard-disk space is missing? i.e. 2x the original file size?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene Lindsay</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-69188</link>
		<dc:creator>Rene Lindsay</dc:creator>
		<pubDate>Wed, 25 Mar 2009 00:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-69188</guid>
		<description>Is there any way of making executable folders in Windows or Linux?
I have always hated symlinks and shortcuts, ever since I switched from RiscOS to Windows 95.
Executable folders in RiscOS was a far more elegant solution than the Windows Shortcuts, and Im looking for a way to bring this great feature to Windows.

For those who dont know, an executable folder is an application folder which also has the features of a shortcut, all in one. This lets you treat a complex application as if it was a stand-alone executable.
Let me explain:
A simple application such as notepad.exe is completely portable and atomic.  It consists of a single relocatable customised icon which can be placed on your desktop, or anywhere and just runs when clicked. There&#039;s no need for an installer/uninstaller, since you just copy it to make more, or press delete to uninstall.

The problems start if your application requires some external data files. Now you need a folder to keep your exe and all its data files together.  Of course its still messy to have to open the folder to locate and run the exe among all its data files. So, you create a shortcut link to the exe, so you can run it without having to open its folder. This is where it all goes wrong: Now you have two seperate entities, the shortcut, and the folder. If only the folder could also act as the shortcut to the exe within, such as RiscOS does, then you wouldnt need to split them up.
By convention, the shortcut gets placed on your desktop or start menu, and the folder gets hidden in C:\Program Files.  This causes more problems than it solves.  The folder can no longer be moved, without breaking the shortcut, and now you need an installer/uninstaller to manage your app.
And the shortcut concept is not very intuitive for new windows users.  How often have you seen new users delete a shortcut to uninstall an app, not knowing that the real app is still hidden in Program Files?  Also, if they copy the shortcut to another computer, it will no longer work.

An executable folder solves all these problems. It groups the app, its data files and its shortcut together in a single atomic icon, which wont break if you copy it to a new location, and can be uninstalled simply by pressing delete.  Its so much simpler to use and more intuitive for beginners.
The executable folder takes on the icon of the exe, and runs the app when clicked.  Or, you can still open it as a folder, by selecting &quot;Explore&quot; from its right-click context menu.

So far I have found 2 windows features which ALMOST reproduces this functionality:
You can place an Autorun.inf file on a cd, to specify what icon to display on the CD drive icon, and what exe to run when its clicked. Unfortunately this only works in the root of a filing system, such as a cd or a Usb key, and it wont work on application folders on your desktop.

I got even better results from junction points:
I created a folder, and set its system bit with: chmod +s MyFolder
I then placed notepad.exe, and a shortcut to notepad.exe in it, and called the shortcut &quot;Target&quot;
Finally I create a Desktop.ini file containing the following text:
[.ShellClassInfo]
CLSID={0AFACED1-E828-11D1-9187-B532F1E9575D}

Suddenly MyFolder takes on the notepad icon, and its properties shows that it is now a sortcut to the  Notepad.exe within. The only problem is, if you click the shortcut/folder, nothing happens.  This type of Symlink only works if &quot;Target&quot; was linked to a folder, and not a file.  Maybe its possible to make it work if I use the correct GUID in desktop.ini, or change some regitry settings?
Or maybe I need to write the COM class myself, but then I need to know more about exactly how the folder shortcut class works.
Does anyone know were I can find more info on this?
Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Is there any way of making executable folders in Windows or Linux?<br />
I have always hated symlinks and shortcuts, ever since I switched from RiscOS to Windows 95.<br />
Executable folders in RiscOS was a far more elegant solution than the Windows Shortcuts, and Im looking for a way to bring this great feature to Windows.</p>
<p>For those who dont know, an executable folder is an application folder which also has the features of a shortcut, all in one. This lets you treat a complex application as if it was a stand-alone executable.<br />
Let me explain:<br />
A simple application such as notepad.exe is completely portable and atomic.  It consists of a single relocatable customised icon which can be placed on your desktop, or anywhere and just runs when clicked. There&#8217;s no need for an installer/uninstaller, since you just copy it to make more, or press delete to uninstall.</p>
<p>The problems start if your application requires some external data files. Now you need a folder to keep your exe and all its data files together.  Of course its still messy to have to open the folder to locate and run the exe among all its data files. So, you create a shortcut link to the exe, so you can run it without having to open its folder. This is where it all goes wrong: Now you have two seperate entities, the shortcut, and the folder. If only the folder could also act as the shortcut to the exe within, such as RiscOS does, then you wouldnt need to split them up.<br />
By convention, the shortcut gets placed on your desktop or start menu, and the folder gets hidden in C:\Program Files.  This causes more problems than it solves.  The folder can no longer be moved, without breaking the shortcut, and now you need an installer/uninstaller to manage your app.<br />
And the shortcut concept is not very intuitive for new windows users.  How often have you seen new users delete a shortcut to uninstall an app, not knowing that the real app is still hidden in Program Files?  Also, if they copy the shortcut to another computer, it will no longer work.</p>
<p>An executable folder solves all these problems. It groups the app, its data files and its shortcut together in a single atomic icon, which wont break if you copy it to a new location, and can be uninstalled simply by pressing delete.  Its so much simpler to use and more intuitive for beginners.<br />
The executable folder takes on the icon of the exe, and runs the app when clicked.  Or, you can still open it as a folder, by selecting &#8220;Explore&#8221; from its right-click context menu.</p>
<p>So far I have found 2 windows features which ALMOST reproduces this functionality:<br />
You can place an Autorun.inf file on a cd, to specify what icon to display on the CD drive icon, and what exe to run when its clicked. Unfortunately this only works in the root of a filing system, such as a cd or a Usb key, and it wont work on application folders on your desktop.</p>
<p>I got even better results from junction points:<br />
I created a folder, and set its system bit with: chmod +s MyFolder<br />
I then placed notepad.exe, and a shortcut to notepad.exe in it, and called the shortcut &#8220;Target&#8221;<br />
Finally I create a Desktop.ini file containing the following text:<br />
[.ShellClassInfo]<br />
CLSID={0AFACED1-E828-11D1-9187-B532F1E9575D}</p>
<p>Suddenly MyFolder takes on the notepad icon, and its properties shows that it is now a sortcut to the  Notepad.exe within. The only problem is, if you click the shortcut/folder, nothing happens.  This type of Symlink only works if &#8220;Target&#8221; was linked to a folder, and not a file.  Maybe its possible to make it work if I use the correct GUID in desktop.ini, or change some regitry settings?<br />
Or maybe I need to write the COM class myself, but then I need to know more about exactly how the folder shortcut class works.<br />
Does anyone know were I can find more info on this?<br />
Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-65796</link>
		<dc:creator>abhishek</dc:creator>
		<pubDate>Thu, 29 Jan 2009 16:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-65796</guid>
		<description>hi Blue,
Nice finding , well one more thing which is definetly going to be considered as a bug.
if you create a symlink (or so called soft link) , of a directory inside that directory itself .Then we won&#039;t be able to delete it also !!!!! 
OoPPs!!!!!!!</description>
		<content:encoded><![CDATA[<p>hi Blue,<br />
Nice finding , well one more thing which is definetly going to be considered as a bug.<br />
if you create a symlink (or so called soft link) , of a directory inside that directory itself .Then we won&#8217;t be able to delete it also !!!!!<br />
OoPPs!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fair DeLune</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-65299</link>
		<dc:creator>Fair DeLune</dc:creator>
		<pubDate>Thu, 22 Jan 2009 03:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-65299</guid>
		<description>On Vista Home Premium.

As soon as I discovered symlinks I wanted to shift my Documents folder to D: So I followed some tutorial and it moved just fine. Except some program was still using one file in the original so the original Documents folder remained undeleted. So I had two entries in Explorer and their contents are different. 

I renamed one of them to &quot;Documents on C&quot; emptied that folder. So I should be able to delete that pesky original Documents (renamed). But no. Deleting that deletes the D: version, EEEK!! No worries I got it back from the bin.

I will open a command window and make the necessary changes. I just wanted to warn folks symlinks could have lost me a lot of data.

Thanks for the info.</description>
		<content:encoded><![CDATA[<p>On Vista Home Premium.</p>
<p>As soon as I discovered symlinks I wanted to shift my Documents folder to D: So I followed some tutorial and it moved just fine. Except some program was still using one file in the original so the original Documents folder remained undeleted. So I had two entries in Explorer and their contents are different. </p>
<p>I renamed one of them to &#8220;Documents on C&#8221; emptied that folder. So I should be able to delete that pesky original Documents (renamed). But no. Deleting that deletes the D: version, EEEK!! No worries I got it back from the bin.</p>
<p>I will open a command window and make the necessary changes. I just wanted to warn folks symlinks could have lost me a lot of data.</p>
<p>Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdackle</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-60669</link>
		<dc:creator>jdackle</dc:creator>
		<pubDate>Tue, 11 Nov 2008 02:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-60669</guid>
		<description>I asked this same question on the NTFS-3G forum and the answer by its lead developper was:
&quot;Only Interix style Windows symlinks are supported at the moment (Windows Services for Unix) and junction support is in the work.&quot;

Windows Services for Unix is not available for Vista mainly because a big part of it already ships with Vista, Interix included (according to the Wikipedia). :)</description>
		<content:encoded><![CDATA[<p>I asked this same question on the NTFS-3G forum and the answer by its lead developper was:<br />
&#8220;Only Interix style Windows symlinks are supported at the moment (Windows Services for Unix) and junction support is in the work.&#8221;</p>
<p>Windows Services for Unix is not available for Vista mainly because a big part of it already ships with Vista, Interix included (according to the Wikipedia). <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jd2066</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-60645</link>
		<dc:creator>jd2066</dc:creator>
		<pubDate>Mon, 10 Nov 2008 19:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-60645</guid>
		<description>I have a dual boot with Linux and the symlinks are not recognized.
It seems like it should be possible for the NTFS-3G driver to do so. I can only guess it&#039;s ether not a priority or is a hard thing to do.
Also NTFS-3G lets you store Linux symlinks on an NTFS partition but Windows Vista doesn&#039;t recognize them.</description>
		<content:encoded><![CDATA[<p>I have a dual boot with Linux and the symlinks are not recognized.<br />
It seems like it should be possible for the NTFS-3G driver to do so. I can only guess it&#8217;s ether not a priority or is a hard thing to do.<br />
Also NTFS-3G lets you store Linux symlinks on an NTFS partition but Windows Vista doesn&#8217;t recognize them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-60593</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 10 Nov 2008 06:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-60593</guid>
		<description>I can almost guarantee you that they wont. (Not natively), across a network I think they do, because it&#039;s still Vista serving them, but I vaguely remember reading that they work completely differently internally to linux ones. Sorry :D</description>
		<content:encoded><![CDATA[<p>I can almost guarantee you that they wont. (Not natively), across a network I think they do, because it&#8217;s still Vista serving them, but I vaguely remember reading that they work completely differently internally to linux ones. Sorry <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdackle</title>
		<link>http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/comment-page-1/#comment-60552</link>
		<dc:creator>jdackle</dc:creator>
		<pubDate>Sun, 09 Nov 2008 18:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/#comment-60552</guid>
		<description>Question:
Will Windows symlinks (NOT shortcuts) be recognised as such by Linux with the NTFS-3G driver (or any other driver)?

E.g.:
Vista symlink: C:\Testfolder -&gt; C:\Users\me\Testfolder
In Linux: cd /mnt/vista/Testfolder = cd /mnt/vista/Users/me/Testfolder ?</description>
		<content:encoded><![CDATA[<p>Question:<br />
Will Windows symlinks (NOT shortcuts) be recognised as such by Linux with the NTFS-3G driver (or any other driver)?</p>
<p>E.g.:<br />
Vista symlink: C:\Testfolder -&gt; C:\Users\me\Testfolder<br />
In Linux: cd /mnt/vista/Testfolder = cd /mnt/vista/Users/me/Testfolder ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
