<?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: help writing this short script in windows shell scripting?</title>
	<atom:link href="http://dwarfprinting.com/112/help-writing-this-short-script-in-windows-shell-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://dwarfprinting.com/112/help-writing-this-short-script-in-windows-shell-scripting/</link>
	<description>Big Printing For Little Companies</description>
	<pubDate>Sat, 19 May 2012 01:55:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ken B</title>
		<link>http://dwarfprinting.com/112/help-writing-this-short-script-in-windows-shell-scripting/comment-page-1/#comment-278</link>
		<dc:creator>Ken B</dc:creator>
		<pubDate>Mon, 25 May 2009 15:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://dwarfprinting.com/112/help-writing-this-short-script-in-windows-shell-scripting/#comment-278</guid>
		<description>Windows batch files don&#39;t have typed variables.  The best you could do would be something like this, which depends on valid input from the user.

@echo off
set /p first=First number:
set /p second=Second number:
set /a sum=%first% + %second%
echo Sum = %sum%

- kb -</description>
		<content:encoded><![CDATA[<p>Windows batch files don&#39;t have typed variables.  The best you could do would be something like this, which depends on valid input from the user.</p>
<p>@echo off<br />
set /p first=First number:<br />
set /p second=Second number:<br />
set /a sum=%first% + %second%<br />
echo Sum = %sum%</p>
<p>- kb -</p>
]]></content:encoded>
	</item>
</channel>
</rss>

