Can anyone tell me how to synchronise the clock time of several computers
across a simple peer to peer network? Needed for a race where all computers
access the main database on one machine.

Re: Synchronise time across network by Ken

Ken
Fri Mar 28 19:44:18 PDT 2008

On Fri, 28 Mar 2008 17:41:02 -0700, bizzertdog
<bizzertdog@discussions.microsoft.com> wrote:

> Can anyone tell me how to synchronise the clock time of several computers
> across a simple peer to peer network? Needed for a race where all computers
> access the main database on one machine.



Write a batch file containing the command

NET TIME \\computer /SET /YES
(replace computer with the name of the computer you want to synch to).

Put that batch file (or a shortcut to it) in the startup folder of
each of the other computers on the network.


--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup