<?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>Otak Atik [dot] Com &#187; Variable</title>
	<atom:link href="http://www.otakatik.com/tag/variable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otakatik.com</link>
	<description>Empowering Computer</description>
	<lastBuildDate>Wed, 25 Jan 2012 09:06:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Manage Environment Variables</title>
		<link>http://www.otakatik.com/manage-environment-variables/</link>
		<comments>http://www.otakatik.com/manage-environment-variables/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 10:02:52 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Variable]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=132</guid>
		<description><![CDATA[Beside Windows registry which contains entire of Windows configurations, Windows also has its variables that manage where the temporary files is placed, its path, its windir path and others variable. And this article will discuss how to manage the Environment Variables. Right click My Computer and then click Properties menu. In System Properties, click Advanced [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0088/logo.png" alt="" align="left" />Beside Windows registry which contains entire of Windows configurations, Windows also has its variables that manage where the temporary files is placed, its path, its windir path and others variable. And this article will discuss how to manage the Environment Variables.<span id="more-132"></span></p>
<ol>
<li>Right click <strong>My Computer</strong> and then click <strong>Properties</strong> menu.<br />
<img title="Right click My Computer" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0088/right_click_mc_1.jpg" alt="Right click My Computer" /></li>
<li>In <strong>System Properties</strong>, click <strong>Advanced </strong>tab then click <strong>Environment Variables</strong> button.<br />
<img title="System Properties" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0088/system_properties_2.jpg" alt="System Properties" /></li>
<li>In Environment Variables, you can to obtain all variables here. They are split be two section. <strong>User variables</strong> are containing variables which apply to your account only and <strong>System variables</strong> are contain variable which apply to your machine.<br />
<img title="Environment Variables" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0088/env_var_3.jpg" alt="Environment Variables" /></li>
<li>You can edit the existing variable, just click a variable which want to edit and then click <strong>Edit</strong> button.<br />
<img title="Edit Environment Variables" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0088/edit_variable_4.jpg" alt="Edit Environment Variables" /></li>
<li>Or you can also create a new variable by click <strong>New</strong> button.<br />
<img title="Create a new Edit Environment Variables" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0088/new_var_5.jpg" alt="Create a new Environment Variables" /></li>
<li>You can obtain the Environment Variable through MS-DOS console. Just open MS-DOS console first and then enter <code>set</code> on its prompt.<br />
<img title="Obtain variable through MS-DOS console" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0088/set_cmd_6.jpg" alt="Obtain variable through MS-DOS console" /></li>
<li>You can also look and configure a variable through MS-DOS console. To set a variable, enter <code>set variable_name="variable_value"</code>. For example, if you want create or edit OS variable and fill the variable with Test value, type <code>set OS="Test"</code> and then press <strong>Enter</strong>. To test it, just enter <code>echo %OS%</code> on prompt and then press <strong>Enter</strong>.<br />
<img title="Manage variable through MS-DOS console" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0088/set_cmd_7.jpg" alt="Manage variable through MS-DOS console" /></li>
</ol>
<p>(Article no: 0088)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/manage-environment-variables/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

