<?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: Using variables in Windows batch files</title>
	<atom:link href="http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 20:38:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pratikshrestha</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-14986</link>
		<dc:creator>pratikshrestha</dc:creator>
		<pubDate>Mon, 14 Sep 2009 04:39:21 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14986</guid>
		<description>Thank you very much</description>
		<content:encoded><![CDATA[<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mostafa KOTB</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-14340</link>
		<dc:creator>Mostafa KOTB</dc:creator>
		<pubDate>Tue, 18 Aug 2009 06:57:25 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14340</guid>
		<description>thanks alot. extremely useful</description>
		<content:encoded><![CDATA[<p>thanks alot. extremely useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Martin</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-13482</link>
		<dc:creator>Glen Martin</dc:creator>
		<pubDate>Mon, 13 Jul 2009 17:08:29 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13482</guid>
		<description>Thanks, this helped me out! I am a software developer, but don&#039;t have much experience with batch files.</description>
		<content:encoded><![CDATA[<p>Thanks, this helped me out! I am a software developer, but don&#39;t have much experience with batch files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beechazz</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-11491</link>
		<dc:creator>beechazz</dc:creator>
		<pubDate>Sun, 17 May 2009 11:06:35 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11491</guid>
		<description>thanx much</description>
		<content:encoded><![CDATA[<p>thanx much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalpbk</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-11389</link>
		<dc:creator>digitalpbk</dc:creator>
		<pubDate>Thu, 14 May 2009 09:05:57 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11389</guid>
		<description>What about the command line arguments ? is there variables for arguments ?</description>
		<content:encoded><![CDATA[<p>What about the command line arguments ? is there variables for arguments ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-10842</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 27 Apr 2009 07:01:56 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10842</guid>
		<description>thanks alot I can set and echo variables now!&lt;br&gt;&lt;br&gt;@echo off&lt;br&gt;color 80&lt;br&gt;cls&lt;br&gt;&lt;br&gt;direct used busses to handlers&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;  -------------------------------------------&lt;br&gt;/make all unused network busses travel here&lt;br&gt;retrieve all available information for each&lt;br&gt;ip address by storing them in a file called&lt;br&gt;network_database&lt;br&gt;&lt;br&gt;set ip_address=ipaddress&lt;br&gt;&lt;br&gt;echo #%ip_address% &gt; network_database&lt;br&gt;network_database{&lt;br&gt;#&lt;ip address&gt;&lt;br&gt;retrevable information&lt;br&gt;retrevable information}&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;handlers for all network busses&lt;br&gt;&lt;br&gt;::CALL network_handler</description>
		<content:encoded><![CDATA[<p>thanks alot I can set and echo variables now!</p>
<p>@echo off<br />color 80<br />cls</p>
<p>direct used busses to handlers</p>
<p>  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />/make all unused network busses travel here<br />retrieve all available information for each<br />ip address by storing them in a file called<br />network_database</p>
<p>set ip_address=ipaddress</p>
<p>echo #%ip_address% &gt; network_database<br />network_database{<br />#&lt;ip address&gt;<br />retrevable information<br />retrevable information}</p>
<p>handlers for all network busses</p>
<p>::CALL network_handler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-8621</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 18 Feb 2009 04:36:20 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8621</guid>
		<description>Awesome instructions! Thanks a bunch</description>
		<content:encoded><![CDATA[<p>Awesome instructions! Thanks a bunch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Orlovsky</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-8160</link>
		<dc:creator>Vladimir Orlovsky</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:04:59 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8160</guid>
		<description>cmd command line&lt;br&gt;set usb=h:&lt;br&gt;&lt;br&gt;Created system variable &#039;usb&#039; with value &#039;h:&#039;&lt;br&gt;&lt;br&gt;How to do the same from the batch file?&lt;br&gt;Thanks, Vladimir Orlovsky &lt;a href=&quot;mailto:4vladimir@gmail.com&quot; rel=&quot;nofollow&quot;&gt;4vladimir@gmail.com&lt;/a&gt; 2009Feb04Wed14:05</description>
		<content:encoded><![CDATA[<p>cmd command line<br />set usb=h:</p>
<p>Created system variable &#39;usb&#39; with value &#39;h:&#39;</p>
<p>How to do the same from the batch file?<br />Thanks, Vladimir Orlovsky <a href="mailto:4vladimir@gmail.com" rel="nofollow">4vladimir@gmail.com</a> 2009Feb04Wed14:05</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed Mehroz Alam</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-6664</link>
		<dc:creator>Syed Mehroz Alam</dc:creator>
		<pubDate>Wed, 31 Dec 2008 10:33:01 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-6664</guid>
		<description>Very nice. Helped a lot.</description>
		<content:encoded><![CDATA[<p>Very nice. Helped a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://www.tech-recipes.com/rx/630/using-variables-in-windows-batch-files/comment-page-1/#comment-4208</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Thu, 16 Oct 2008 00:45:14 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-4208</guid>
		<description>Nice easy tut for people not familiar with .bat variables. Leared a lot, before i got a bunch of stuff on &#039;ErrolLevel&#039; stuff. Not what i was looking for.</description>
		<content:encoded><![CDATA[<p>Nice easy tut for people not familiar with .bat variables. Leared a lot, before i got a bunch of stuff on &#39;ErrolLevel&#39; stuff. Not what i was looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
