<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Windows Command Line Auto Completion</title><link>http://blogs.msdn.com/ddysart/archive/2006/08/03/687902.aspx</link><description>Having explained this to a number of people in as many days, I thought I'd share this tip for working with long paths on the command line. The easist way to expalin this is to jump in feet first: Open a command line ( &amp;lt;Windows Key&amp;gt; -R, CMD &amp;lt;Enter&amp;gt;</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>  Command line path trick  &lt;  m0t0r&amp;#8217;s Society</title><link>http://blogs.msdn.com/ddysart/archive/2006/08/03/687902.aspx#689669</link><pubDate>Sat, 05 Aug 2006 22:22:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:689669</guid><dc:creator>  Command line path trick  &lt;  m0t0r’s Society</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://m0t0rsociety.org/blog/?p=171"&gt;http://m0t0rsociety.org/blog/?p=171&lt;/a&gt;</description></item><item><title>re: Windows Command Line Auto Completion</title><link>http://blogs.msdn.com/ddysart/archive/2006/08/03/687902.aspx#691656</link><pubDate>Tue, 08 Aug 2006 04:25:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:691656</guid><dc:creator>Matt Ridings</dc:creator><description>Great info! &amp;nbsp;These kinds of information gems are priceless.</description></item><item><title>   Windows Command Line Auto Completion  : Techtips</title><link>http://blogs.msdn.com/ddysart/archive/2006/08/03/687902.aspx#691778</link><pubDate>Tue, 08 Aug 2006 06:50:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:691778</guid><dc:creator>   Windows Command Line Auto Completion  : Techtips</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://techtips.chanduonline.com/2006/08/07/windows-command-line-auto-completion/"&gt;http://techtips.chanduonline.com/2006/08/07/windows-command-line-auto-completion/&lt;/a&gt;</description></item><item><title>' + title + ' - ' + basename(imgurl) + '(' + w + 'x' + h +')</title><link>http://blogs.msdn.com/ddysart/archive/2006/08/03/687902.aspx#691945</link><pubDate>Tue, 08 Aug 2006 12:13:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:691945</guid><dc:creator>' + title + ' - ' + basename(imgurl) + '(' + w + 'x' + h +')</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.msrportal.com/index.php/archives/windows-command-line-auto-completion/"&gt;http://blog.msrportal.com/index.php/archives/windows-command-line-auto-completion/&lt;/a&gt;</description></item><item><title>DOS time-saver - sitegenerationtools.com</title><link>http://blogs.msdn.com/ddysart/archive/2006/08/03/687902.aspx#691980</link><pubDate>Tue, 08 Aug 2006 13:23:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:691980</guid><dc:creator>DOS time-saver - sitegenerationtools.com</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://sitegenerationtools.com/2006/08/08/dos-time-saver/"&gt;http://sitegenerationtools.com/2006/08/08/dos-time-saver/&lt;/a&gt;</description></item><item><title>re: Windows Command Line Auto Completion</title><link>http://blogs.msdn.com/ddysart/archive/2006/08/03/687902.aspx#692195</link><pubDate>Tue, 08 Aug 2006 18:03:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:692195</guid><dc:creator>Bucky</dc:creator><description>Set the key in HKLM for 2k, thus you don't have to import the key for each user (and can be set remotely).&lt;br&gt;&lt;br&gt;Windows Registry Editor Version 5.00&lt;br&gt;&lt;br&gt;; This is only necessary for Windows 2000&lt;br&gt;&lt;br&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]&lt;br&gt;&amp;quot;CompletionChar&amp;quot;=dword:00000009&lt;br&gt;&lt;br&gt;The more useful registry hack under XP is Command Prompt Here&lt;br&gt;&lt;br&gt;Windows Registry Editor Version 5.00&lt;br&gt;&lt;br&gt;; This gives Right-Click Command Prompt access to folders&lt;br&gt;; This does not support UNC pathnames&lt;br&gt;&lt;br&gt;[HKEY_CLASSES_ROOT\Folder\shell\Command]&lt;br&gt;@=&amp;quot;Command &amp;amp;Prompt&amp;quot;&lt;br&gt;[HKEY_CLASSES_ROOT\Folder\shell\Command\command]&lt;br&gt;@=&amp;quot;cmd.exe \\\&amp;quot;%1\\\&amp;quot;&amp;quot;&lt;br&gt;</description></item><item><title>re: Windows Command Line Auto Completion</title><link>http://blogs.msdn.com/ddysart/archive/2006/08/03/687902.aspx#692203</link><pubDate>Tue, 08 Aug 2006 18:06:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:692203</guid><dc:creator>Bucky</dc:creator><description>Alternate version (works when right clicking on folders in Explorer)&lt;br&gt;&lt;br&gt;Windows Registry Editor Version 5.00&lt;br&gt;&lt;br&gt;; This gives Right-Click Command Prompt access to folders&lt;br&gt;; This does not support UNC pathnames&lt;br&gt;&lt;br&gt;[HKEY_CLASSES_ROOT\Folder\shell\Command]&lt;br&gt;@=&amp;quot;Command &amp;amp;Prompt&amp;quot;&lt;br&gt;[HKEY_CLASSES_ROOT\Folder\shell\Command\command]&lt;br&gt;@=&amp;quot;cmd.exe /k \&amp;quot;cd %L\&amp;quot;&amp;quot;&lt;br&gt;</description></item><item><title>  Tab completion on the Windows command line  at  backwhack  - tech news web 2.0 style</title><link>http://blogs.msdn.com/ddysart/archive/2006/08/03/687902.aspx#693124</link><pubDate>Wed, 09 Aug 2006 13:31:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:693124</guid><dc:creator>  Tab completion on the Windows command line  at  backwhack  - tech news web 2.0 style</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://www.backwhack.com/2006/08/07/tab-completion-on-the-windows-command-line/"&gt;http://www.backwhack.com/2006/08/07/tab-completion-on-the-windows-command-line/&lt;/a&gt;</description></item></channel></rss>