<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Admin Script Editor</title>
	<atom:link href="http://blog.adminscripteditor.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adminscripteditor.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 17:40:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Launch Pad by itripoli</title>
		<link>http://blog.adminscripteditor.com/2010/08/26/launch-pad/#comment-5</link>
		<dc:creator><![CDATA[itripoli]]></dc:creator>
		<pubDate>Fri, 27 Aug 2010 17:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adminscripteditor.com/?p=73#comment-5</guid>
		<description><![CDATA[Excellent, a nice trick; thanks for sharing!]]></description>
		<content:encoded><![CDATA[<p>Excellent, a nice trick; thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch Pad by kentdyer</title>
		<link>http://blog.adminscripteditor.com/2010/08/26/launch-pad/#comment-4</link>
		<dc:creator><![CDATA[kentdyer]]></dc:creator>
		<pubDate>Thu, 26 Aug 2010 19:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adminscripteditor.com/?p=73#comment-4</guid>
		<description><![CDATA[The use of PING is to simulate SLEEP..  Older OS installations did not include SLEEP.EXE as part of them.

So..  With:
@Ping 127.0.0.1 -n 1 -w 1000 &gt; nul

It is telling PING to PING 127.0.0.1 (localhost)
For one (1) time (-n 1)
And wait 1000 milliseconds (1 second) (-w 1000).  Note: If you wanted to wait say 5 seconds, change the -n 1 to be -n 5 and it will wait 5 iterations of 1000 milliseconds and is 5 seconds..  Sorry about being windy here.
&gt; nul and this redirects the screen output to nul (suppress the output)

HTH,

Kent]]></description>
		<content:encoded><![CDATA[<p>The use of PING is to simulate SLEEP..  Older OS installations did not include SLEEP.EXE as part of them.</p>
<p>So..  With:<br />
@Ping 127.0.0.1 -n 1 -w 1000 &gt; nul</p>
<p>It is telling PING to PING 127.0.0.1 (localhost)<br />
For one (1) time (-n 1)<br />
And wait 1000 milliseconds (1 second) (-w 1000).  Note: If you wanted to wait say 5 seconds, change the -n 1 to be -n 5 and it will wait 5 iterations of 1000 milliseconds and is 5 seconds..  Sorry about being windy here.<br />
&gt; nul and this redirects the screen output to nul (suppress the output)</p>
<p>HTH,</p>
<p>Kent</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch Pad by itripoli</title>
		<link>http://blog.adminscripteditor.com/2010/08/26/launch-pad/#comment-3</link>
		<dc:creator><![CDATA[itripoli]]></dc:creator>
		<pubDate>Thu, 26 Aug 2010 17:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adminscripteditor.com/?p=73#comment-3</guid>
		<description><![CDATA[Excellent Kent! Can you elaborate on your use of ping here?]]></description>
		<content:encoded><![CDATA[<p>Excellent Kent! Can you elaborate on your use of ping here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing a new, larger drive by kentdyer</title>
		<link>http://blog.adminscripteditor.com/2010/04/30/installing-a-new-larger-drive/#comment-2</link>
		<dc:creator><![CDATA[kentdyer]]></dc:creator>
		<pubDate>Thu, 20 May 2010 19:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adminscripteditor.com/?p=32#comment-2</guid>
		<description><![CDATA[You can use the PE version of Windows - http://ubcd4win.com/
And you can use EASEUS Partition Master

http://www.partition-tool.com/

In place of the GParted..  GParted will still work, but Ultimate Boot CD for Windows and the Partition Master can be used in place of GParted.

Thank you,

Kent]]></description>
		<content:encoded><![CDATA[<p>You can use the PE version of Windows &#8211; <a href="http://ubcd4win.com/" rel="nofollow">http://ubcd4win.com/</a><br />
And you can use EASEUS Partition Master</p>
<p><a href="http://www.partition-tool.com/" rel="nofollow">http://www.partition-tool.com/</a></p>
<p>In place of the GParted..  GParted will still work, but Ultimate Boot CD for Windows and the Partition Master can be used in place of GParted.</p>
<p>Thank you,</p>
<p>Kent</p>
]]></content:encoded>
	</item>
</channel>
</rss>

