 




<?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>Windows Enterprise Desktop &#187; Redmond Labs .Net</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/tag/redmond-labs-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 15:52:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Handy Tool Simplifies Editing Windows Path Variable</title>
		<link>http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/handy-tool-simplifies-editing-windows-path-variable/</link>
		<comments>http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/handy-tool-simplifies-editing-windows-path-variable/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 18:25:07 +0000</pubDate>
		<dc:creator>Ed Tittel</dc:creator>
				<category><![CDATA[editing the Windows path environment variable]]></category>
		<category><![CDATA[editing Windows environment variables]]></category>
		<category><![CDATA[Redmond Labs .Net]]></category>
		<category><![CDATA[Redmond Path]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/?p=680</guid>
		<description><![CDATA[As I work with Windows from day to day, I often find myself looking at the way things work inside that OS and wondering why some things can&#8217;t be improved. Recently, I&#8217;ve tech-edited a book on the Python-based Django Web development environment and have been digging into the Windows Preinstallation Environment and the Windows Automated [...]]]></description>
				<content:encoded><![CDATA[<p>As I work with Windows from day to day, I often find myself looking at the way things work inside that OS and wondering why some things can&#8217;t be improved. Recently, I&#8217;ve tech-edited a book on the Python-based Django Web development environment and have been digging into the Windows Preinstallation Environment and the Windows Automated Installation Kit (aka WAIK or Windows AIK). Both of these projects have required me to edit the Windows path variable, which defines an ordered list of directory specifications that Windows searches when you tell it to find something. In short, this is the capability that lets you enter cmd.exe into the Search box in Vista or Windows 7, and that resolves that request into C:\Windows\System32\cmd.exe which is the actual complete specification for that file.</p>
<p>Alas, editing the path variable in the default Windows environment remains a bit irksome. You can do it at the command line, using syntax like <code>path = %path%;C:\Example</code> to add a directory spec at the end of the path, or by reassigning an entirely new path value when you want to change the search order. Or, you can click the Windows logo and Break keys at the same time to launch the System window, and then do the following:</p>
<ol>
<li>Click on Advanced System Settings in the task area at the upper left of the System window to launch System Properties.</li>
<li>Click the Environment Variables button at the bottom right of the System Properties window to open the Environment Variables window.</li>
<li>Scroll down in either the User or System variables panes inside the Environment Variables window until you see the path entry, then click Edit.</li>
<li>This opens an Edit System Variable or Edit User Variable button, where you can inspect and edit the value for that variable in the Variable value: textbox therein, as shown here:</li>
</ol>
<div id="attachment_678" class="wp-caption aligncenter" style="width: 367px"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/79/files/2009/12/edit-variable.jpg"><img class="size-medium wp-image-678" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/79/files/2009/12/edit-variable.jpg" alt="The textbox is small, but the value is large" width="357" height="153" /></a><p class="wp-caption-text">The textbox is small, but the value is large</p></div>
<p>The problem, of course, is that it&#8217;s not unusual for a path variable to get pretty large in Windows (mine is currently 257 characters long, and I&#8217;ve seen longer) but the textbox area for display accommodates only around 40 characters. That makes scrolling back and forth inside that box something of a pain. I won&#8217;t bother to complain about the vagaries of editing the value at the command line, because the best way to do that already does so eloquently: run cmd.exe, type <code>set</code> at the command line, use multiple inline editing commands to grab the path variable value, paste it into a text editor for manipulation, then reverse the process to reassign its value.</p>
<p>Fortunately, there is a much better way to do this. Freeware called <a href="http://redmondlab.googlepages.com/path" target="_blank">Redmond Path</a> from Redmond Lab .Net is available to improve and simplify editing path variable values. A single screenshot tells the whole story here.</p>
<div id="attachment_679" class="wp-caption aligncenter" style="width: 510px"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/79/files/2009/12/redmond-path.jpg"><img class="size-medium wp-image-679" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/79/files/2009/12/redmond-path.jpg" alt="Redmond Path visualizes path variable values nicely" width="500" height="370" /></a><p class="wp-caption-text">Redmond Path visualizes path variable values nicely</p></div>
<p>Click the plus sign to create a new value, or highlight and click the red X to remove an existing value. Highlight a value, then use the up and down arrows to change its place in the search order. All values appear in order as individual entries in a vertical list and can be managed as such.</p>
<p>Simple. Easy. Effective. Free. Why doesn&#8217;t Microsoft do it that way?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/handy-tool-simplifies-editing-windows-path-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
