<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>小众软件 - Appinn &#187; 目录</title>
	<atom:link href="http://www.appinn.com/tag/%e7%9b%ae%e5%bd%95/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appinn.com</link>
	<description>分享免费、小巧、实用、有趣、绿色的软件</description>
	<lastBuildDate>Sun, 12 Feb 2012 10:04:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NTFS links &#8211; 虚拟目录的软件 | 小众软件 &#62; 系统工具</title>
		<link>http://www.appinn.com/ntfs-links/</link>
		<comments>http://www.appinn.com/ntfs-links/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 23:21:20 +0000</pubDate>
		<dc:creator>scavin</dc:creator>
				<category><![CDATA[系统工具]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[映射]]></category>
		<category><![CDATA[目录]]></category>
		<category><![CDATA[虚拟]]></category>

		<guid isPermaLink="false">http://www.appinn.com/?p=2382</guid>
		<description><![CDATA[NTFS links 是一款虚拟目录软件，举例说，比如把 C 盘下的 Program Files 指向 D 盘的 A 目录，那以后安装到 Program Files 的文件实际上是安装到 A 目录。
有读者询问
不知道有没有用过虚拟目录的软件......<br/>]]></description>
			<content:encoded><![CDATA[<p><a href="http://alax.info/blog/ntfslinks">NTFS links</a> 是一款虚拟目录软件，举例说，比如把 <strong>C</strong> 盘下的 <strong>Program Files</strong> 指向 <strong>D</strong> 盘的 <strong>A</strong> 目录，那以后安装到 <strong>Program Files</strong> 的文件实际上是安装到 <strong>A</strong> 目录。</p>
<p>有读者询问</p>
<blockquote><p>不知道有没有用过虚拟目录的软件？<br />
就像 <strong>Linux</strong>下面的 <strong>Links</strong>，比如我把 <strong>C</strong> 盘下的 <strong>Program Files</strong> 指向 <strong>D</strong> 盘的 <strong>A</strong> 目录，那以后安装到 <strong>Program Files</strong> 的文件实际上是安装到 <strong>A</strong> 目录。。。</p></blockquote>
<p><a href="http://www.appinn.com/ntfs-links/"><img src="http://www.gravatar.com/avatar/fdd31a949142f86dbc871703f7ea2b0d?s=48&amp;d=&amp;r=x" alt="NTFS links   虚拟目录的软件[图] | 小众软件" align="left" title="NTFS links   虚拟目录的软件[图] | 小众软件" /></a><br />
<strong>Cameos</strong> 同学给出了很<a href="#cameos">详细的解答</a>，我挑选出了 <strong>NTFS links</strong>，仅支持 <strong>NTFS</strong>，有兴趣的同学可以试试其它程序。</p>
<p><strong>NTFS links</strong> 的使用是这样的，安装后，<strong>右键拖动</strong>任何<strong>文件/文件夹</strong>，在右键菜单中有 <strong>Creat Soft Link Here</strong> 选项，选中后就会出现一个名为 <strong>Soft Link to XXX</strong> 的文件，查看属性，大小也与原文件相同。但这个 <strong>Soft Link to XXX</strong> 是个虚拟文件，你在这里的所有操作都会被继承到原文件中，包括改名，删除。而在原文件中的操作也同样会继承到虚拟文件中。</p>
<p name="cameos">附 Cameos 的详细解答 <a href="http://i.appinn.com/topic/75#post-447">via</a></p>
<blockquote><p>
你说的这个链接，<strong>NTFS5</strong> 有类似的实现，但是要比 <strong>Linux</strong> 下面的 <strong>soft link/hard link</strong> 要差一些</p>
<p>把一个目录指向另一个目录，可以使用 <strong>NTFS</strong> 的 <strong>directory junction point</strong> 功能，这个功能微软只提供了 <strong>API</strong> 但在 <strong>explorer.exe/cmd.exe</strong> 里面没有提供直接支持，你可以下载 <strong>sysinternals</strong> 写的命令行工具 <a href="http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx">junction.exe</a>，注意 <strong>rmdir junction point</strong> 时会删除实际的目录！如果只想删除 <strong>junction point</strong> 的话，要用 <strong>junction -d</strong></p>
<p>如果是 <strong>Vista</strong> 的话，微软提供了一个命令 <strong>mklink</strong>，使用方法<a href="http://en.wikipedia.org/wiki/NTFS&#95;symbolic&#95;link">可见这里</a></p>
<p>如果喜欢图形界面的话，可以考虑开源的 <a href="http://sourceforge.net/projects/ntfslinkext">ntfslinkext</a>，或者免费的 <strong>NTFS links</strong>。(<strong>NTFS links</strong> 网页有个 <strong>Similar Tools</strong>，下面还有几个) </p></blockquote>
<p>下载(148KB): <a href="http://www.appinn.com/down/1286">boxstr</a> | <a href="http://www.appinn.com/ntfs-links/">来自小众软件</a> | <a href="http://www.appinn.com/down/1287">filefront</a> | <a href="http://www.appinn.com/down/1288">skydrive</a> | <a href="http://www.appinn.com/down/1289">brsbox</a></p>
<p>来自<a href="http://i.appinn.com/topic/75">小众客栈</a>，感谢 <strong>Cameos</strong></p>
<hr />
<a href="http://www.appinn.com/copyright/" title="版权声明">&#169;</a>2011 scavin for <a href="http://www.appinn.com" title="本文来自小众软件" >小众软件</a> | <a href="http://www.appinn.com/ntfs-links/" title="本文原始链接" rel="bookmark" target="_blank" >原文链接</a> | <a href="http://www.appinn.com/ntfs-links/#comments" title="来小众软件留言" target="_blank" >73 留言</a> | <a href="http://www.appinn.com/join-us/" title="加入小众软件">加入我们</a> | <a href="http://idea.appinn.com/submit.php" title="给小众软件投稿" target="_blank">投稿</a> | <a href="http://www.appinn.com/feeds-subscribe/" title="可以分类订阅小众，Windows/MAC/游戏" target="_blank"><font color="red">订阅指南</font></a><br /> <br />
<img src="http://s33.sitemeter.com/meter.asp?site=s33appinn" alt="NTFS links   虚拟目录的软件[图] | 小众软件" width="20" hight="20" border="0" title="NTFS links   虚拟目录的软件[图] | 小众软件" />
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://www.appinn.com/paragon-ntfs-for-mac-os-x/" title="Paragon NTFS for Mac OS X &#8211; NTFS 高速驱动[Mac]">Paragon NTFS for Mac OS X &#8211; NTFS 高速驱动[Mac]</a></li><li><a href="http://www.appinn.com/virtual-router-wifi/" title="Virtual Router &#8211; 用无线网卡虚拟出 WiFi 热点">Virtual Router &#8211; 用无线网卡虚拟出 WiFi 热点</a></li><li><a href="http://www.appinn.com/vonuff-vdrive/" title="Vonuff Vdrive &#8211; 文件夹映射为磁盘">Vonuff Vdrive &#8211; 文件夹映射为磁盘</a></li><li><a href="http://www.appinn.com/vsubst/" title="vSubst &#8211; 映射文件夹为磁盘">vSubst &#8211; 映射文件夹为磁盘</a></li><li><a href="http://www.appinn.com/20090713-ns/" title="20090713 晚间软闻">20090713 晚间软闻</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.appinn.com/ntfs-links/feed/</wfw:commentRss>
		<slash:comments>73</slash:comments>
		</item>
		<item>
		<title>Treecopy &#8211; 目录拷贝 | 小众软件 &#62; 实用工具</title>
		<link>http://www.appinn.com/treecopy/</link>
		<comments>http://www.appinn.com/treecopy/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 06:51:15 +0000</pubDate>
		<dc:creator>scavin</dc:creator>
				<category><![CDATA[实用工具]]></category>
		<category><![CDATA[拷贝]]></category>
		<category><![CDATA[目录]]></category>

		<guid isPermaLink="false">http://soft.lzzxt.com/treecopy/</guid>
		<description><![CDATA[曾经有 快速建立分类文件夹 和 目录打印软件。Treecopy更有意思，能帮你把目录结构拷贝出来而不拷贝文件。
比如，我的文档里，经过多年建立的比较完善的分类结构，想共享给好友，用 Treecop......<br/>]]></description>
			<content:encoded><![CDATA[<p>曾经有 <a href="http://soft.lzzxt.com/fenlei/"><strong>快速建立分类文件夹</strong></a> 和 <a href="http://soft.lzzxt.com/filetreeprinter/"><strong>目录打印软件</strong></a>。<strong>Treecopy</strong>更有意思，能帮你把目录结构拷贝出来而不拷贝文件。</p>
<p>比如，我的文档里，经过多年建立的比较完善的分类结构，想共享给好友，用 <strong>Treecopy</strong> 最合适，拷贝到新的文件夹里，什么事都解决了。</p>
<p>沈阳的暴雪，第一次见到如此壮观的景象，连着校园网变态，上网和街上的车一样，慢的要命。</p>
<p>赞一个 Google ，非常时刻，稳定的还是你。</p>
<p><a href="http://www.rjlsoftware.com/software/utility/treecopy/download.shtml">来源</a>|<a href="http://www.live-share.com/files/171528/treecopy.lzzxt.com.7z.html">下载1</a>|<a href="http://soft.lzzxt.com/Treecopy">链接</a>|<a href="http://www.51files.com/?Z6D157OF0BO3CS6RG3UQ">下载2</a>|<a href="http://www.sendspace.com/file/siyd46">下载3</a>|<a href="http://localhostr.com/files/e871cb16fe5ce3e04908.7z">下载4</a>|<a href="http://www.divshare.com/download/189003-1bf">下载5</a></p>
<p><ins datetime="2007-03-06T08:36:06+00:00">update:</ins>schummi 和 yezimary 都留言说让我把我的目录共享出来。这个难了点，我的目录相当混乱，不过还是有法可依。<br />
首先我把 <strong>我的文档</strong> 当做我的所有资料的储存地，里面主要分了 教程 下载 图片 音乐 备份 ，剩下的就是各种软件自己建立的文件夹了，大概就这样。分类不用很多的。里面还有一个 我的文档，当然都是些资料或者私人的东西了。</p>
<hr />
<a href="http://www.appinn.com/copyright/" title="版权声明">&#169;</a>2011 scavin for <a href="http://www.appinn.com" title="本文来自小众软件" >小众软件</a> | <a href="http://www.appinn.com/treecopy/" title="本文原始链接" rel="bookmark" target="_blank" >原文链接</a> | <a href="http://www.appinn.com/treecopy/#comments" title="来小众软件留言" target="_blank" >7 留言</a> | <a href="http://www.appinn.com/join-us/" title="加入小众软件">加入我们</a> | <a href="http://idea.appinn.com/submit.php" title="给小众软件投稿" target="_blank">投稿</a> | <a href="http://www.appinn.com/feeds-subscribe/" title="可以分类订阅小众，Windows/MAC/游戏" target="_blank"><font color="red">订阅指南</font></a><br /> <br />
<img src="http://s33.sitemeter.com/meter.asp?site=s33appinn" alt="Treecopy   目录拷贝[图] | 小众软件" width="20" hight="20" border="0" title="Treecopy   目录拷贝[图] | 小众软件" />
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://www.appinn.com/pic-copyer/" title="Pic Copyer &#8211; 图片复制者">Pic Copyer &#8211; 图片复制者</a></li><li><a href="http://www.appinn.com/copy-path-shell-extension/" title="Copy Path Shell Extension &#8211; 右键拷贝文件路径">Copy Path Shell Extension &#8211; 右键拷贝文件路径</a></li><li><a href="http://www.appinn.com/extremecopy/" title="ExtremeCopy &#8211; 快速文件拷贝工具">ExtremeCopy &#8211; 快速文件拷贝工具</a></li><li><a href="http://www.appinn.com/winmend/" title="WinMend 系列免费软件">WinMend 系列免费软件</a></li><li><a href="http://www.appinn.com/ntfs-links/" title="NTFS links &#8211; 虚拟目录的软件">NTFS links &#8211; 虚拟目录的软件</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.appinn.com/treecopy/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>目录打印软件 | 小众软件 &#62; 实用工具</title>
		<link>http://www.appinn.com/filetreeprinter/</link>
		<comments>http://www.appinn.com/filetreeprinter/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 03:00:33 +0000</pubDate>
		<dc:creator>scavin</dc:creator>
				<category><![CDATA[实用工具]]></category>
		<category><![CDATA[打印]]></category>
		<category><![CDATA[文件]]></category>
		<category><![CDATA[目录]]></category>
		<category><![CDATA[结构]]></category>

		<guid isPermaLink="false">http://soft.lzzxt.com/%e7%9b%ae%e5%bd%95%e6%89%93%e5%8d%b0%e8%bd%af%e4%bb%b6/</guid>
		<description><![CDATA[这个软件干什么用?帮你列出文件夹里的文件,相当于目录,好像DOS也能干这个事情吧,有列表和树形两种形式,并且可以选择是否包含文件大小及时间.
很不常用但恨实用的软件,总会有需要的时候.......<br/>]]></description>
			<content:encoded><![CDATA[<p>这个软件干什么用?帮你列出文件夹里的文件,相当于目录,好像DOS也能干这个事情吧,有列表和树形两种形式,并且可以选择是否包含文件大小及时间.<br />
很不常用但恨实用的软件,总会有需要的时候.呵呵</p>
<p><a href="http://bbs.mumayi.net/viewthread.php?tid=738049">发现</a>|<a href="http://www.onegreen.net/Soft_Show.asp?SoftID=1039">链接</a>|<a href="http://rapidshare.de/files/32610772/FileTreePrinter.exe.html">下载1</a>|<a href="http://www.box.net/public/b9yfose5le">下载2</a>|<a href="http://z08.zupload.com/download.php?file=getfile&#038;filepath=33724">下载3</a>|<a href="http://files.filefront.com/FileTreePrinterexe/;5485709;;/fileinfo.html">下载4</a>|<a href="http://scavin.gbaopan.com/files/c4e86107165e49738c11d8cffbbc4df0.gbp">下载5</a></p>
<hr />
<a href="http://www.appinn.com/copyright/" title="版权声明">&#169;</a>2011 scavin for <a href="http://www.appinn.com" title="本文来自小众软件" >小众软件</a> | <a href="http://www.appinn.com/filetreeprinter/" title="本文原始链接" rel="bookmark" target="_blank" >原文链接</a> | <a href="http://www.appinn.com/filetreeprinter/#comments" title="来小众软件留言" target="_blank" >3 留言</a> | <a href="http://www.appinn.com/join-us/" title="加入小众软件">加入我们</a> | <a href="http://idea.appinn.com/submit.php" title="给小众软件投稿" target="_blank">投稿</a> | <a href="http://www.appinn.com/feeds-subscribe/" title="可以分类订阅小众，Windows/MAC/游戏" target="_blank"><font color="red">订阅指南</font></a><br /> <br />
<img src="http://s33.sitemeter.com/meter.asp?site=s33appinn" alt="目录打印软件[图] | 小众软件" width="20" hight="20" border="0" title="目录打印软件[图] | 小众软件" />
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://www.appinn.com/snap2html/" title="Snap2HTML &#8211; 生成 html 文件列表">Snap2HTML &#8211; 生成 html 文件列表</a></li><li><a href="http://www.appinn.com/jpgfilebinder/" title="JPGFileBinder &#8211; 将文件隐藏到图片中">JPGFileBinder &#8211; 将文件隐藏到图片中</a></li><li><a href="http://www.appinn.com/listary/" title="Listary &#8211; Windows 文件浏览增强工具">Listary &#8211; Windows 文件浏览增强工具</a></li><li><a href="http://www.appinn.com/finder-sdo/" title="光速搜索 &#8211; 本地文件快速搜索工具">光速搜索 &#8211; 本地文件快速搜索工具</a></li><li><a href="http://www.appinn.com/starwind-converter/" title="StarWind Converter &#8211; 虚拟磁盘格式转换">StarWind Converter &#8211; 虚拟磁盘格式转换</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.appinn.com/filetreeprinter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>软件分类 &#8211; 快速建立分类文件夹 | 小众软件 &#62; 实用工具</title>
		<link>http://www.appinn.com/fenlei/</link>
		<comments>http://www.appinn.com/fenlei/#comments</comments>
		<pubDate>Sun, 23 Apr 2006 08:56:33 +0000</pubDate>
		<dc:creator>scavin</dc:creator>
				<category><![CDATA[实用工具]]></category>
		<category><![CDATA[分类]]></category>
		<category><![CDATA[建立]]></category>
		<category><![CDATA[目录]]></category>

		<guid isPermaLink="false">http://soft.lzzxt.com/index.php/2006/04/23/fenlei/</guid>
		<description><![CDATA[对于那些软件收集狂来说，在本机建立合理的分类目录相当必要，Hitme给出的脚本可以最大限度的减低手工作业的强度&#8230;
荒 ⌒soGoo⌒ 堂带来的软件分类技巧.建立test.txt和run.cmd两个文件,这里......<br/>]]></description>
			<content:encoded><![CDATA[<blockquote><p>对于那些软件收集狂来说，在本机建立合理的分类目录相当必要，Hitme给出的脚本可以最大限度的减低手工作业的强度&#8230;</p></blockquote>
<p><a href="http://blog.donews.com/sogoo/">荒 ⌒soGoo⌒ 堂</a>带来的软件分类技巧.建立test.txt和run.cmd两个文件,<a href="http://www.box.net/public/566rpigegi">这里</a>有做好的,运行run.cmd就可以在当前文件夹下建立目录了.推荐.</p>
<p><a href="http://blog.donews.com/sogoo/archive/2006/04/23/842258.aspx">链接</a></p>
<hr />
<a href="http://www.appinn.com/copyright/" title="版权声明">&#169;</a>2011 scavin for <a href="http://www.appinn.com" title="本文来自小众软件" >小众软件</a> | <a href="http://www.appinn.com/fenlei/" title="本文原始链接" rel="bookmark" target="_blank" >原文链接</a> | <a href="http://www.appinn.com/fenlei/#comments" title="来小众软件留言" target="_blank" >6 留言</a> | <a href="http://www.appinn.com/join-us/" title="加入小众软件">加入我们</a> | <a href="http://idea.appinn.com/submit.php" title="给小众软件投稿" target="_blank">投稿</a> | <a href="http://www.appinn.com/feeds-subscribe/" title="可以分类订阅小众，Windows/MAC/游戏" target="_blank"><font color="red">订阅指南</font></a><br /> <br />
<img src="http://s33.sitemeter.com/meter.asp?site=s33appinn" alt="软件分类   快速建立分类文件夹[图] | 小众软件" width="20" hight="20" border="0" title="软件分类   快速建立分类文件夹[图] | 小众软件" />
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://www.appinn.com/movie-monkey/" title="Movie Monkey &#8211; 本地电影管理工具">Movie Monkey &#8211; 本地电影管理工具</a></li><li><a href="http://www.appinn.com/sort-my-files/" title="Sort My Files &#8211; 文件自动分类">Sort My Files &#8211; 文件自动分类</a></li><li><a href="http://www.appinn.com/adebis-photo-sorter/" title="Adebis Photo Sorter &#8211; 按日期分拣照片到不同文件夹">Adebis Photo Sorter &#8211; 按日期分拣照片到不同文件夹</a></li><li><a href="http://www.appinn.com/ntfs-links/" title="NTFS links &#8211; 虚拟目录的软件">NTFS links &#8211; 虚拟目录的软件</a></li><li><a href="http://www.appinn.com/phototool/" title="PhotoTool &#8211; 按拍摄日期分类照片">PhotoTool &#8211; 按拍摄日期分类照片</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.appinn.com/fenlei/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

