<?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>Netexceed blog by Jason Mohan&#187; Netexceed by Jason Mohan</title>
	<atom:link href="http://www.jasonmohan.com/tag/delay/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonmohan.com</link>
	<description>I am an IT professional who loves to stay on the leading edge of technology, and tries to tackle most commonly faced issues by computer users, and administrators.</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:18:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Delaying a batch file command</title>
		<link>http://www.jasonmohan.com/other/delaying-a-batch-file-command/</link>
		<comments>http://www.jasonmohan.com/other/delaying-a-batch-file-command/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 20:10:53 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[delay]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://www.netexceed.com/?p=227</guid>
		<description><![CDATA[The below command will allow you batch file to sleep, or be delayed for so many seconds. There are other sleep utilities out there, but if you don&#8217;t want to load another piece of software, or just need something quick to delay a command this will work. The below is a 5 second pause.
ping 1.1.1.1 [...]]]></description>
			<content:encoded><![CDATA[<p>The below command will allow you batch file to sleep, or be delayed for so many seconds. There are other sleep utilities out there, but if you don&#8217;t want to load another piece of software, or just need something quick to delay a command this will work. The below is a 5 second pause.</p>
<p>ping 1.1.1.1 -n 1 -w 5000 &gt;Nul</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/delaying-a-batch-file-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
