<?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>Under Development :: Life in the Virtual World &#187; MS DOS</title>
	<atom:link href="http://underdevelopment.maravillaclan.net/category/ms-dos/feed/" rel="self" type="application/rss+xml" />
	<link>http://underdevelopment.maravillaclan.net</link>
	<description>Learning to do it a little better</description>
	<lastBuildDate>Wed, 09 Dec 2009 12:23:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>net time \\[workstation] /set /yes  :: Synchronizing Network Time</title>
		<link>http://underdevelopment.maravillaclan.net/2007/10/25/net-time-workstation-set-yes-synchronizing-network-time/</link>
		<comments>http://underdevelopment.maravillaclan.net/2007/10/25/net-time-workstation-set-yes-synchronizing-network-time/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 03:14:18 +0000</pubDate>
		<dc:creator>Bong-Bong</dc:creator>
				<category><![CDATA[MS DOS]]></category>

		<guid isPermaLink="false">http://underdevelopment.maravillaclan.net/?p=3</guid>
		<description><![CDATA[Problem:
We&#8217;ve got this parent company up in India, we&#8217;re in the Philippines and they would like us to sync with the time they&#8217;re using on their servers in India. You would normally assume that in these days people would be using NTP (Network Time Protocol) servers and use the generally accepted time. That&#8217;s before we [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong><br />
We&#8217;ve got this parent company up in India, we&#8217;re in the Philippines and they would like us to sync with the time they&#8217;re using on their servers in India. You would normally assume that in these days people would be using NTP (Network Time Protocol) servers and use the generally accepted time. That&#8217;s before we check the servers&#8217; time. The time on their servers are about 12 to 15 minutes late from the rest of the world. Wow! Maybe that&#8217;s the reason why their record books shows that they come early to work.</p>
<p><strong>Solution:</strong><br />
<span id="more-3"></span> We cannot use NTP servers since the IT people on the other side refuse to accept that their time is a bit late. Or maybe they just don&#8217;t want to come in 12 to 15 minutes earlier. Which is what is suppose to happen if we are to adjust to the generally accepted time.</p>
<p>Whatever the reason is, after hours of trial and error, research, and prayer. The solution is pretty simple.</p>
<p>1) Manually sync one of the local machine to their server. Let&#8217;s call this machine time_server.<br />
2) For the rest of the machines, take the  time from time_server.<br />
3) And set the machine&#8217;s time to what is taken from time_server.</p>
<p>This is all done with one command line on the machines.</p>
<p><strong>net time \\<em>time_server</em> /set /yes</strong></p>
<p>where: <strong><em>time_server</em></strong> = computer name or the time server</p>
<p>This will return something like the following lines:</p>
<p>&#8212;</p>
<p><strong>Current time at \\time_server is 10/25/2007 11:09 AM</strong></p>
<p><strong>The command completed successfully.</strong></p>
<p>&#8211;</p>
<p>Package this command in a shortcut by doing a right click on your desktop or on any windows explorer pane and select New&gt;&gt;Shortcut. Follow the instructions and paste the line &#8220;<strong>net time \\<em>time_server</em> /set /yes</strong>&#8220;. Put this on you startup folder and you&#8217;ll be in sync with time_server&#8217;s time every time the agents login to their stations.</p>
<p>In order for this to work you must have permission to access the time_server. You could either use auto login or disable access restriction to the time_server. No installation is needed. The &#8220;net time&#8221; command is available in MS Windows XP by default.</p>
<p><strong>Source:</strong><br />
<a href="http://support.microsoft.com/kb/120944" target="_blank">Using NET TIME for all Workstations and Servers</a></p>
<p><strong>Files:</strong><br />
<a href="http://underdevelopment.maravillaclan.net/wp-content/uploads/2007/10/synctime.zip" title="synctime.zip">synctime.zip</a> &#8211; batch file for synchronizing network time.</p>
<p><strong>Note:<br />
</strong>If you only want to check the time without setting the local machine&#8217;s time use the same command &#8220;<strong>net time \\<em>time_server</em></strong>&#8221; but without the &#8220;<strong>/set /yes</strong>&#8220;.</p>
<p>For those who update their time from the Internet, Microsoft&#8217;s NTP server (time.windows.com) no longer works. Same as with time.nist.gov that MS Windows XP uses as a default. Instead use <a href="http://www.pool.ntp.org/" target="_blank">www.pool.ntp.org</a> and find the nearest NTP server to your location.<a href="http://www.pool.ntp.org/" target="_blank"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://underdevelopment.maravillaclan.net/2007/10/25/net-time-workstation-set-yes-synchronizing-network-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
