Hi guys,
I have got an interesting scenario for you. I have got two n/ws. 10.5.85.0 n/w and 10.5.86.0 n/w. I want to synchronise the time between these two n/ws. Beware the router is not in my control and even if I make the router act as an NTP server its not efficient. Thats what I had understood. Right now am using a batch file for time synchronisation and its efficient within one n/w. The funny thing is I am not using a domain and so time synchronisation cannot be done within a domain. the command which I use inside the batch file is

net time \\servername /set /yes

but this help only for the synchronisation of time within a network. So guys do u have any idea regarding how to synchronise the time without an NTP server. Is there any command to make this possible?