<?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>Matt Refghi&#039;s Blog &#187; command prompt</title>
	<atom:link href="http://mattrefghi.com/wordpress/tag/command-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattrefghi.com/wordpress</link>
	<description>Computer Science and other written works</description>
	<lastBuildDate>Fri, 27 Aug 2010 01:10:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Ping to Monitor Reboots</title>
		<link>http://mattrefghi.com/wordpress/2009/01/using-ping-to-monitor-reboots/</link>
		<comments>http://mattrefghi.com/wordpress/2009/01/using-ping-to-monitor-reboots/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 13:45:01 +0000</pubDate>
		<dc:creator>Matt Refghi</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[reboot]]></category>

		<guid isPermaLink="false">http://www.mattrefghi.com/wordpress/?p=137</guid>
		<description><![CDATA[When you`re rebooting a computer,]]></description>
			<content:encoded><![CDATA[<p>When you`re rebooting a computer, and you need to know exactly when it is back online, try using this command:</p>
<blockquote><p>ping -t &lt;target&gt;</p></blockquote>
<p>&lt;target&gt; can be an IP or domain name.</p>
<p>This command will keep pinging the machine endlessly, which can reveal exactly when the computer is back on the network. As long as you keep getting &#8220;Request time out&#8221;, the machine isn&#8217;t online yet. When you get a reply, as illustrated below, you know you can connect to the machine.</p>
<div id="attachment_138" class="wp-caption alignnone" style="width: 505px"><a href="http://mattrefghi.com/wordpress/wp-content/uploads/2009/01/pingt.png" rel="lightbox[137]"><img class="size-full wp-image-138   " src="http://mattrefghi.com/wordpress/wp-content/uploads/2009/01/pingt.png" alt="Example output of ping -t shown in a Command Prompt window." width="495" height="471" /></a><p class="wp-caption-text">Example output of ping -t</p></div>
<p>Personally, I tend to put this window on my secondary monitor, while I continue working on the primary monitor.  As soon as the machine is online, I close the window <em>or </em>press CTRL+C to prevent the ping from going on endlessly. Be careful how you use this &#8211; some hosts can interpret endless pinging as an attack.</p>
<p>Thanks to François Deschênes for originally showing me this trick.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;linkname=Using%20Ping%20to%20Monitor%20Reboots" title="Digg" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;linkname=Using%20Ping%20to%20Monitor%20Reboots" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;linkname=Using%20Ping%20to%20Monitor%20Reboots" title="Twitter" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;linkname=Using%20Ping%20to%20Monitor%20Reboots" title="Facebook" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;linkname=Using%20Ping%20to%20Monitor%20Reboots" title="Reddit" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://mattrefghi.com/wordpress/2009/01/using-ping-to-monitor-reboots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
