<?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: Command prompt shortcut</title>
	<atom:link href="http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/feed/" rel="self" type="application/rss+xml" />
	<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Aug 2009 22:20:45 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-319</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 20 Jan 2006 11:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-319</guid>
		<description>Try:
cmd.exe /k &quot;cd %L&quot;</description>
		<content:encoded><![CDATA[<p>Try:<br />
cmd.exe /k &#8220;cd %L&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-318</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 20 Jan 2006 10:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-318</guid>
		<description>One issue I found was directory paths with longer than 8 letters show up with the ~1, in place of the extra letters (as in C:\DOCUME~1\ADMINI~1\Cookies). This was an old windows problem (when folders could only be 8 characters long).  If you manually navigate to the path today, you get the full path name...</description>
		<content:encoded><![CDATA[<p>One issue I found was directory paths with longer than 8 letters show up with the ~1, in place of the extra letters (as in C:\DOCUME~1\ADMINI~1\Cookies). This was an old windows problem (when folders could only be 8 characters long).  If you manually navigate to the path today, you get the full path name&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: breichelt</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-317</link>
		<dc:creator>breichelt</dc:creator>
		<pubDate>Thu, 12 May 2005 06:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-317</guid>
		<description>I&#039;m definitely going to look into the power tools, it seems like they have a lot of great little time savers, thanks for all the suggestions!

I was going to create a .reg file and make it available for download from the post, but I couldn&#039;t get my ftp working, so I had to go without it :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m definitely going to look into the power tools, it seems like they have a lot of great little time savers, thanks for all the suggestions!</p>
<p>I was going to create a .reg file and make it available for download from the post, but I couldn&#8217;t get my ftp working, so I had to go without it <img src='http://benreichelt.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rlewallen</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-316</link>
		<dc:creator>rlewallen</dc:creator>
		<pubDate>Thu, 12 May 2005 06:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-316</guid>
		<description>Awesome.  I exported that key entry and now don&#039;t have to remember where it goes, I can just merge the .reg file.</description>
		<content:encoded><![CDATA[<p>Awesome.  I exported that key entry and now don&#8217;t have to remember where it goes, I can just merge the .reg file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-315</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 12 May 2005 06:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-315</guid>
		<description>I created a .reg file with these settings to make it a no-brainer to install.  I can&#039;t post an attachment here, but you can save the following to a .reg file, double-click it, and you&#039;re done:


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt\command]
@=&quot;cmd.exe /k \&quot;cd %1%\&quot;&quot;





-Michael</description>
		<content:encoded><![CDATA[<p>I created a .reg file with these settings to make it a no-brainer to install.  I can&#8217;t post an attachment here, but you can save the following to a .reg file, double-click it, and you&#8217;re done:</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt\command]<br />
@=&#8221;cmd.exe /k \&#8221;cd %1%\&#8221;"</p>
<p>-Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-314</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 12 May 2005 05:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-314</guid>
		<description>You should really instll the interesting bits of both windows 95 power toys AND XP power toys.

I use &quot;command here&quot;, &quot;file name to clipboard&quot; and &quot;send to any folder&quot; almost every day.

I did remove alot of the default win95 email &quot;send to&quot; items

And it should be LAW to have note pad (well notepad2 really) in your send to.

Finaly I have found that renaming the send to items with a numeric prefix allows for a neater menu.
1. Notepad
2. Clipboard as Name
3. Any Folder...
4. Run Command
5. Clipboard as Contents</description>
		<content:encoded><![CDATA[<p>You should really instll the interesting bits of both windows 95 power toys AND XP power toys.</p>
<p>I use &#8220;command here&#8221;, &#8220;file name to clipboard&#8221; and &#8220;send to any folder&#8221; almost every day.</p>
<p>I did remove alot of the default win95 email &#8220;send to&#8221; items</p>
<p>And it should be LAW to have note pad (well notepad2 really) in your send to.</p>
<p>Finaly I have found that renaming the send to items with a numeric prefix allows for a neater menu.<br />
1. Notepad<br />
2. Clipboard as Name<br />
3. Any Folder&#8230;<br />
4. Run Command<br />
5. Clipboard as Contents</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-313</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 12 May 2005 00:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-313</guid>
		<description>The &#039;Open Command Window Here&#039;-powertoy has been available since Windows 95 PowerToys.
Since this has been available since Windows 95 I am quite amazed that MS has not added it by default to Windows!

Here is the link to get it: http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx

You should also check out ClearType Tuner and Tweak UI!</description>
		<content:encoded><![CDATA[<p>The &#8216;Open Command Window Here&#8217;-powertoy has been available since Windows 95 PowerToys.<br />
Since this has been available since Windows 95 I am quite amazed that MS has not added it by default to Windows!</p>
<p>Here is the link to get it: <a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx" rel="nofollow">http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx</a></p>
<p>You should also check out ClearType Tuner and Tweak UI!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnpapa</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-312</link>
		<dc:creator>johnpapa</dc:creator>
		<pubDate>Wed, 11 May 2005 21:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-312</guid>
		<description>Ben &amp; John ... Very cool stuff. Both are very simple and convenient. Never really thought about &quot;how&quot;, now I don&#039;t have to. Thanks!</description>
		<content:encoded><![CDATA[<p>Ben &#38; John &#8230; Very cool stuff. Both are very simple and convenient. Never really thought about &#8220;how&#8221;, now I don&#8217;t have to. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: breichelt</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-311</link>
		<dc:creator>breichelt</dc:creator>
		<pubDate>Wed, 11 May 2005 21:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-311</guid>
		<description>Actually, I hadn&#039;t thought of that one, but I&#039;ll keep it in mind</description>
		<content:encoded><![CDATA[<p>Actually, I hadn&#8217;t thought of that one, but I&#8217;ll keep it in mind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/05/11/command-prompt-shortcut/comment-page-1/#comment-310</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 11 May 2005 21:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/05/11/command-prompt-shortcut/#comment-310</guid>
		<description>One thing I did think to automate was the reverse -- getting from the prompt to an explorer window with folders showing.

explorer .,/e

Of course you probably knew that already but I thought I&#039;d mention it anyway coz I use it all the time!</description>
		<content:encoded><![CDATA[<p>One thing I did think to automate was the reverse &#8212; getting from the prompt to an explorer window with folders showing.</p>
<p>explorer .,/e</p>
<p>Of course you probably knew that already but I thought I&#8217;d mention it anyway coz I use it all the time!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

