<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How Can I Determine the Next Available Drive Letter on a Computer?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/24/hey-scripting-guy-how-can-i-determine-the-next-available-drive-letter-on-a-computer.aspx</link><description>Hey, Scripting Guy! How can I determine the next available drive letter on a computer? -- TW 
 Hey, TW. Interesting question, and one that crops up from time-to-time. In the old days, when users only had drives A, B, and C, this was easy; you could pretty</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Can I Determine the Next Available Drive Letter on a Computer?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/24/hey-scripting-guy-how-can-i-determine-the-next-available-drive-letter-on-a-computer.aspx#3558988</link><pubDate>Fri, 15 Mar 2013 17:25:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3558988</guid><dc:creator>dwassman</dc:creator><description>&lt;p&gt;Made a typo:&lt;/p&gt;
&lt;p&gt;If Not objFSO.FolderExists(strDrive &amp;amp; &amp;quot;\&amp;quot;) Then&lt;/p&gt;
&lt;p&gt;Omit the extra :&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3558988" width="1" height="1"&gt;</description></item><item><title>re: How Can I Determine the Next Available Drive Letter on a Computer?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/24/hey-scripting-guy-how-can-i-determine-the-next-available-drive-letter-on-a-computer.aspx#3558984</link><pubDate>Fri, 15 Mar 2013 17:14:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3558984</guid><dc:creator>dwassman</dc:creator><description>&lt;p&gt;Won&amp;#39;t this be a little cleaner way to do it:&lt;/p&gt;
&lt;p&gt;Set objFSO = CreateObject(&amp;quot;Scripting.FileSystemObject&amp;quot;)&lt;/p&gt;
&lt;p&gt;For I = 67 To 90&lt;/p&gt;
&lt;p&gt; &amp;nbsp; strDrive = Chr(I) &amp;amp; &amp;quot;:&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; If Not objFSO.FolderExists(strDrive &amp;amp; &amp;quot;:\&amp;quot;) Then&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;WScript.Echo strDrive &amp;amp; &amp;quot; is the next available drive.&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; End If&lt;/p&gt;
&lt;p&gt;Next&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3558984" width="1" height="1"&gt;</description></item><item><title>re: How Can I Determine the Next Available Drive Letter on a Computer?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/24/hey-scripting-guy-how-can-i-determine-the-next-available-drive-letter-on-a-computer.aspx#3343788</link><pubDate>Tue, 13 Jul 2010 01:51:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3343788</guid><dc:creator>Bruce Robertson</dc:creator><description>&lt;p&gt;The issue I am having is detection of a disconnected network drive. It doesn&amp;#39;t enumerate along with the other drives, and then when I try to use the drive letter that is disconnected, it tells me that the computer has a remembered connection and that I cannot map that letter. How do you detect disconnected drive letters?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3343788" width="1" height="1"&gt;</description></item></channel></rss>