<?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>gHacks technology news &#187; assign letters to folders</title>
	<atom:link href="http://www.ghacks.net/tag/assign-letters-to-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Assign Drive Letters to Folders</title>
		<link>http://www.ghacks.net/2006/08/18/assign-drive-letters-to-folders/</link>
		<comments>http://www.ghacks.net/2006/08/18/assign-drive-letters-to-folders/#comments</comments>
		<pubDate>Fri, 18 Aug 2006 12:36:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[assign letters to folders]]></category>
		<category><![CDATA[drive letters]]></category>
		<category><![CDATA[subst folder]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/08/18/assign-drive-letters-to-folders/</guid>
		<description><![CDATA[This tip is really great if you have some folders on your computer that you are working very often with. Instead of navigating to the folder on the hard drive you assign a drive letter to that folder and can access it like it was a own partition or hard drive on your computer. It is very easy to assign a drive letter to a folder, do the following:]]></description>
			<content:encoded><![CDATA[<p>This tip is really great if you have some folders on your computer that you are working very often with. Instead of navigating to the folder on the hard drive you assign a drive letter to that folder and can access it like it was a own partition or hard drive on your computer. It is very easy to assign a drive letter to a folder, do the following:</p>
<p>Click Start, Run and enter cmd. This should open the command line interface of your windows operating system. The command that we need is the &#8220;subst&#8221; command and we use it the following way.</p>
<blockquote><p><em>subst drive folder</em></p></blockquote>
<p><span id="more-727"></span>Lets say you want to assign the drive letter X to the folder d:\movies on your hard drive. To do that you write the following command:</p>
<blockquote><p>subst x: d:\movies</p></blockquote>
<p>That is all. Fairly easy isn&#8217;t it ? Now the drive letter x: remains accessible as long as you do not turn off or reboot windows. If you want to make this permanent you will have to do the following.</p>
<p>Create a new file and name it drive.bat. Edit the file and add the line subst x: d:\movies to it and save it.</p>
<p>Right click the Start button, select Open All Users. Open Programs, Startup and right click that location. Select New Shortcut, and select the drive.bat file that you created. Select Next and finish. The command will be executed for all users with every startup of windows.</p>
<p>If you are running for example Windows 95 you could edit the autoexec.bat and add the line there.</p>

	Tags: <a href="http://www.ghacks.net/tag/assign-letters-to-folders/" title="assign letters to folders" rel="tag">assign letters to folders</a>, <a href="http://www.ghacks.net/tag/drive-letters/" title="drive letters" rel="tag">drive letters</a>, <a href="http://www.ghacks.net/tag/subst-folder/" title="subst folder" rel="tag">subst folder</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/29/how-to-assign-a-specific-drive-letter-to-the-usb-drive/" title="How to assign a specific drive letter to the USB drive (February 29, 2008)">How to assign a specific drive letter to the USB drive</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/08/19/xdn-tweaker-for-windows/" title="XdN Tweaker for Windows (August 19, 2007)">XdN Tweaker for Windows</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/02/windows-xp-run-count-list-and-editor/" title="Windows XP Run Count List and Editor (March 2, 2008)">Windows XP Run Count List and Editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/12/15/windows-xp-prompts-to-activate-every-time/" title="Windows XP prompts to activate every time (December 15, 2007)">Windows XP prompts to activate every time</a> (6)</li>
	<li><a href="http://www.ghacks.net/2005/12/11/windows-xp-diagnostic-guide/" title="Windows Xp Diagnostic Guide (December 11, 2005)">Windows Xp Diagnostic Guide</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/08/18/assign-drive-letters-to-folders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
