<?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>EveryJoe &#187; check environment variables</title>
	<atom:link href="http://www.everyjoe.com/tag/check-environment-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Fri, 11 Dec 2009 16:03:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Environment Variables</title>
		<link>http://www.everyjoe.com/articles/environment-variables-2/</link>
		<comments>http://www.everyjoe.com/articles/environment-variables-2/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:00:17 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[batch programs]]></category>
		<category><![CDATA[batch scripts]]></category>
		<category><![CDATA[check environment variables]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[environment variables]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[set environment variables]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1302</guid>
		<description><![CDATA[Environment variables are a set of dynamic variables that can determine the environment in which a process runs. While they are more easily visible and often used in Unix-based OSs, they are equally essential on Windows. A little knowledge is especially important to write batch programs (.BAT).
The command env typed in your command prompt or Cygwin terminal will list the entire set of environment variables and their current values. My Computer –&#62; Properties –&#62; Advanced –&#62; Environment Variables will also show you the Windows environment variables divided into two categories: System variables and User variables.

While on cmd each variable can [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/environment-variables-2/">Environment Variables</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Environment variables are a set of dynamic variables that can determine the environment in which a process runs. While they are more easily visible and often used in Unix-based OSs, they are equally essential on Windows. A little knowledge is especially important to write batch programs (.BAT).</p>
<p>The command <span style="font-family: Lucida Console;">env</span> typed in your command prompt or Cygwin terminal will list the entire set of environment variables and their current values. My Computer –&gt; Properties –&gt; Advanced –&gt; Environment Variables will also show you the Windows environment variables divided into two categories: System variables and User variables.</p>
<p align="center"><a href="http://www.everyjoe.com/files/2/2009/02/environmentvariables.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Environment Variables" src="http://www.everyjoe.com/files/2/2009/02/environmentvariables-thumb.png" border="0" alt="Environment Variables" width="440" height="484" /></a></p>
<p>While on cmd each variable can be referred to using %ENVIRONMENT-VARIABLE%, on <a title="That Damn PC: Cygwin &amp; Unix Category" href="http://www.everyjoe.com/category/cygwin-unix/" target="_self">Cygwin and all Unix-based OSs</a> they are referred to using $ENVIRONMENT-VARIABLE. (<span style="font-family: Lucida Console;">$ echo %ENVIRONMENT-VARIABLE%</span> or <span style="font-family: Lucida Console;">$ echo $ENVIRONMENT-VARIABLE</span>)</p>
<p>ALLUSERSPROFILE, APPDATA, COMPUTERNAME, HOMEDRIVE, HOMEPATH, PATH, PROGRAMFILES, SYSTEMDRIVE, SystemRoot, USERNAME, USERPROFILE, WINDOWS are a some important environment variables some of which may be modified and are usually quite useful while writing batch programs. OS, NUMBER_OF_PROCESSORS, PROCESSOR_ARCHITECTURE, PROCESSOR_IDENTIFIER, PROCESSOR_LEVEL are a few other interesting variables which are best left untouched.</p>
<p><span style="font-family: Lucida Console;">$ set ENVIRONMENT-VARIABLE=value</span> can be used to change an existing or define a new environment variable.</p>
<p><em>Image Source: Microsoft Windows on my desktop.</em></p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/environment-variables-2/">Environment Variables</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/environment-variables-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>