<?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>Visual C++ Tips &#187; cmd.exe</title>
	<atom:link href="http://weseetips.com/tag/cmd-exe/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:09:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to take command Prompt with default path as Selected Folder Path.</title>
		<link>http://weseetips.com/2008/04/22/how-to-take-command-prompt-with-default-path-as-selected-folder-path/</link>
		<comments>http://weseetips.com/2008/04/22/how-to-take-command-prompt-with-default-path-as-selected-folder-path/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 17:41:52 +0000</pubDate>
		<dc:creator>Jijo Raj</dc:creator>
				<category><![CDATA[Debugging Tips]]></category>
		<category><![CDATA[cmd.exe]]></category>
		<category><![CDATA[default path]]></category>
		<category><![CDATA[windows explorer]]></category>

		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=79</guid>
		<description><![CDATA[Usually in huge frameworks, we&#8217;ve to run a lot of console applications for starting up the system. Sometimes we&#8217;ve to start it by specifying long commandline arguments. In those cases, instead of double click and running the application, usually we take command prompt and start applications by entering commandline. When, Console opens, it points to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11" src="http://weseetips.files.wordpress.com/2008/03/icon_description.jpg?w=166" alt="" width="166" height="32" /><br />
Usually in huge frameworks, we&#8217;ve to run a lot of console applications for starting up the system. Sometimes we&#8217;ve to start it by specifying long commandline arguments. In those cases, instead of double click and running the application, usually we take command prompt and start applications by entering commandline.</p>
<p>When, Console opens, it points to the default path and we&#8217;ve change the directory to required folder by CD command. Is there any easy way to start command prompt with default path as selected folder in Windows explorer? Yep! there is.</p>
<p><img class="alignnone size-medium wp-image-12" src="http://weseetips.files.wordpress.com/2008/03/icon_howcanidoit.jpg?w=220" alt="" width="220" height="32" /><br />
Just do the following steps.</p>
<p>1) Take <span style="color:#0000ff;">Windows explorer</span>.<br />
2) Take <span style="color:#0000ff;">Tools &gt; Folder options</span>.<br />
3) Take <span style="color:#0000ff;">File Types</span> tab.<br />
4) Select &#8220;<span style="color:#0000ff;">Folder</span>&#8221; Filetype.<br />
5) Click <span style="color:#0000ff;">advanced</span>.<br />
6) Click &#8220;<span style="color:#0000ff;">New</span>&#8221;<br />
7) Now give Action: &#8220;<span style="color:#0000ff;">Cmd</span>&#8221; and application used to perform action as &#8220;<span style="color:#0000ff;">cmd.exe</span>&#8221;<br />
8 ) Now, click <span style="color:#0000ff;">ok in all dialogs</span>.<br />
9) Now press <span style="color:#0000ff;">WinKey+E</span> to see the windows explorer.<br />
10) Now <span style="color:#0000ff;">right click on any of the folders in tree</span> and you can see the menu item <span style="color:#0000ff;">cmd</span>.<br />
11) Now click on that, a new console will be opened with default path as selected folder&#8217;s path.</p>
<p><img class="alignnone size-medium wp-image-51" src="http://weseetips.files.wordpress.com/2008/03/beginnerseries.jpg?w=215" alt="" width="215" height="32" /><br />
Targeted Audience &#8211; Beginners.</p>
]]></content:encoded>
			<wfw:commentRss>http://weseetips.com/2008/04/22/how-to-take-command-prompt-with-default-path-as-selected-folder-path/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

