<?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: Map a Drive Letter to a Folder the Easy Way in Windows</title>
	<atom:link href="http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/</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: Patrick</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-62347</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 02 Dec 2008 23:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-62347</guid>
		<description>Paul,
   I have also seen that problem with NET USE or windows sharing drives.  It&#039;s a generic bug in XP, simple solution is exactly as you stated, just assign letters to static things further down the alphabet.</description>
		<content:encoded><![CDATA[<p>Paul,<br />
   I have also seen that problem with NET USE or windows sharing drives.  It&#8217;s a generic bug in XP, simple solution is exactly as you stated, just assign letters to static things further down the alphabet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Kilo</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-62099</link>
		<dc:creator>Paul Kilo</dc:creator>
		<pubDate>Sat, 29 Nov 2008 12:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-62099</guid>
		<description>I have found (at least in my system - win xp -) that Subst mess up with the attribution of the drive letter if you insert a removable drive AFTER you issue the subst command.
Let&#039;s say that your subst target is F:, and the next available drive letter (before subst) is F:: when you plug-in the device, Windows will associate the letter F: to the device but you can&#039;t see the removable drive content beacuse is &quot;hidden&quot; by the SUBST drive letter target.  You have to SUBST /D in order to see the removable drive. I have to remember to not target the next free drive letter with subst to circumnavigate the problem.</description>
		<content:encoded><![CDATA[<p>I have found (at least in my system &#8211; win xp -) that Subst mess up with the attribution of the drive letter if you insert a removable drive AFTER you issue the subst command.<br />
Let&#8217;s say that your subst target is F:, and the next available drive letter (before subst) is F:: when you plug-in the device, Windows will associate the letter F: to the device but you can&#8217;t see the removable drive content beacuse is &#8220;hidden&#8221; by the SUBST drive letter target.  You have to SUBST /D in order to see the removable drive. I have to remember to not target the next free drive letter with subst to circumnavigate the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marmstro</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-61542</link>
		<dc:creator>marmstro</dc:creator>
		<pubDate>Sat, 22 Nov 2008 19:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-61542</guid>
		<description>I just thought of a RELLY fancy &quot;toggle&quot;.  This reports the status of your drive (deleted or dreated).  Change your &quot;location&quot;/&quot;target&quot; to:

   %COMSPEC% /C &quot;IF exist M:\ ( SUBST M: /D &amp; ECHO Drive M: deleted &amp; SUBST &amp; pause ) ELSE ( SUBST M: D:\MyFolder &amp; SUBST &amp; pause )&quot;

Of course, to see the results, your shortcut properties &quot;Run:&quot; window must NOT be set to &quot;Minimized&quot;.</description>
		<content:encoded><![CDATA[<p>I just thought of a RELLY fancy &#8220;toggle&#8221;.  This reports the status of your drive (deleted or dreated).  Change your &#8220;location&#8221;/&#8221;target&#8221; to:</p>
<p>   %COMSPEC% /C &#8220;IF exist M:\ ( SUBST M: /D &amp; ECHO Drive M: deleted &amp; SUBST &amp; pause ) ELSE ( SUBST M: D:\MyFolder &amp; SUBST &amp; pause )&#8221;</p>
<p>Of course, to see the results, your shortcut properties &#8220;Run:&#8221; window must NOT be set to &#8220;Minimized&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marmstro</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-61540</link>
		<dc:creator>marmstro</dc:creator>
		<pubDate>Sat, 22 Nov 2008 19:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-61540</guid>
		<description>If you didn&#039;t want to create a *.cmd or *.bat script file you could also create a shortcut with the following as the &quot;target&quot;/&quot;Location&quot;

  %COMSPEC% /C &quot;SUBST M: D:\MyFolder &gt;NUL 2&gt;&amp;1&quot;
 
  Note the quotes.  Use whatever you like as the shortcut name.  After it is created, use the shortcut properties (right-click on the shortcut and select &quot;Properties&quot;) to change the shortcut &quot;Icon&quot; if you want.  Also, if you don&#039;t like the &quot;flash&quot; that occurs when you open the shortcut properties and change the box &quot;Run:&quot; to &quot;Minimized&quot;. 
  This shortcut will invoke the shell (Windows command processor) and execute the SUBST command.  The &quot; &gt;NUL 2&gt;&amp;1&quot; throws away any messages that the SUBST command may generate.  

Then you can independently copy/move the shortcut to anywhere (desktop, quick launch, start menu...) and not be tied to the location of a script file.  For example, if you placed the shortcut in your &quot;start&quot; folder then the drive would be created every time you login.

If you REALLY want to get fancy you could create a shortcut &quot;toggle&quot; by using the following as the &quot;location&quot;/&quot;target&quot;
   
   %COMSPEC% /C &quot;IF exist M:\ ( SUBST M: /D &gt;NUL 2&gt;&amp;1 ) ELSE ( SUBST M: D:\MyFolder &gt;NUL 2&gt;&amp;1 )&quot;

Every time you double click on the shortcut it will delete &quot;M:&quot; if the drive exists, otherwise it will create it.</description>
		<content:encoded><![CDATA[<p>If you didn&#8217;t want to create a *.cmd or *.bat script file you could also create a shortcut with the following as the &#8220;target&#8221;/&#8221;Location&#8221;</p>
<p>  %COMSPEC% /C &#8220;SUBST M: D:\MyFolder &gt;NUL 2&gt;&amp;1&#8243;</p>
<p>  Note the quotes.  Use whatever you like as the shortcut name.  After it is created, use the shortcut properties (right-click on the shortcut and select &#8220;Properties&#8221;) to change the shortcut &#8220;Icon&#8221; if you want.  Also, if you don&#8217;t like the &#8220;flash&#8221; that occurs when you open the shortcut properties and change the box &#8220;Run:&#8221; to &#8220;Minimized&#8221;.<br />
  This shortcut will invoke the shell (Windows command processor) and execute the SUBST command.  The &#8221; &gt;NUL 2&gt;&amp;1&#8243; throws away any messages that the SUBST command may generate.  </p>
<p>Then you can independently copy/move the shortcut to anywhere (desktop, quick launch, start menu&#8230;) and not be tied to the location of a script file.  For example, if you placed the shortcut in your &#8220;start&#8221; folder then the drive would be created every time you login.</p>
<p>If you REALLY want to get fancy you could create a shortcut &#8220;toggle&#8221; by using the following as the &#8220;location&#8221;/&#8221;target&#8221;</p>
<p>   %COMSPEC% /C &#8220;IF exist M:\ ( SUBST M: /D &gt;NUL 2&gt;&amp;1 ) ELSE ( SUBST M: D:\MyFolder &gt;NUL 2&gt;&amp;1 )&#8221;</p>
<p>Every time you double click on the shortcut it will delete &#8220;M:&#8221; if the drive exists, otherwise it will create it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeMMB</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-61227</link>
		<dc:creator>MikeMMB</dc:creator>
		<pubDate>Sun, 16 Nov 2008 10:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-61227</guid>
		<description>What happens if you delete the folder (because you don&#039;t need it anymore!)?</description>
		<content:encoded><![CDATA[<p>What happens if you delete the folder (because you don&#8217;t need it anymore!)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consindo</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-61224</link>
		<dc:creator>consindo</dc:creator>
		<pubDate>Sun, 16 Nov 2008 10:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-61224</guid>
		<description>This program made photoshop loose the path to all it&#039;s photos. It keeped thinking that my photos were on Z drive where my downloads actually were.</description>
		<content:encoded><![CDATA[<p>This program made photoshop loose the path to all it&#8217;s photos. It keeped thinking that my photos were on Z drive where my downloads actually were.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonMCC33</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-61187</link>
		<dc:creator>JonMCC33</dc:creator>
		<pubDate>Sun, 16 Nov 2008 04:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-61187</guid>
		<description>@jd2066

You&#039;re right, I&#039;m thinking of the NET USE command. Which can work in a similar way. Just share out a folder on your hard drive and map to it with the NET USE command. You can use your own computer name when doing so. It will persist past reboot. ;-)

http://technet.microsoft.com/en-us/library/bb490717.aspx</description>
		<content:encoded><![CDATA[<p>@jd2066</p>
<p>You&#8217;re right, I&#8217;m thinking of the NET USE command. Which can work in a similar way. Just share out a folder on your hard drive and map to it with the NET USE command. You can use your own computer name when doing so. It will persist past reboot. <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="http://technet.microsoft.com/en-us/library/bb490717.aspx" rel="nofollow">http://technet.microsoft.com/e.....90717.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satansoldier</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-61152</link>
		<dc:creator>satansoldier</dc:creator>
		<pubDate>Sat, 15 Nov 2008 22:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-61152</guid>
		<description>My post about a batch at startup was to combat &quot;does something that the command line version can&#039;t… you can set your virtual drives to apply again at startup.&quot;</description>
		<content:encoded><![CDATA[<p>My post about a batch at startup was to combat &#8220;does something that the command line version can&#8217;t… you can set your virtual drives to apply again at startup.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jd2066</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-61123</link>
		<dc:creator>jd2066</dc:creator>
		<pubDate>Sat, 15 Nov 2008 06:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-61123</guid>
		<description>The last time I use used the subst command, it didn&#039;t persist past reboot.
I would guess the apply on startup command in that program just reruns the subst command on startup.</description>
		<content:encoded><![CDATA[<p>The last time I use used the subst command, it didn&#8217;t persist past reboot.<br />
I would guess the apply on startup command in that program just reruns the subst command on startup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonMCC33</title>
		<link>http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/comment-page-1/#comment-61101</link>
		<dc:creator>JonMCC33</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/map-a-drive-letter-to-a-folder-the-easy-way-in-windows/#comment-61101</guid>
		<description>@satansoldier

Once it is mapped via command prompt then the mapping stays there even after reboot. No need to run a single BAT file at startup over and over. ;-) 

I personally don&#039;t like drive mappings. Would rather use shortcuts to UNC path.</description>
		<content:encoded><![CDATA[<p>@satansoldier</p>
<p>Once it is mapped via command prompt then the mapping stays there even after reboot. No need to run a single BAT file at startup over and over. <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p>I personally don&#8217;t like drive mappings. Would rather use shortcuts to UNC path.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
