Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Synchronized time between W98 Clients

Status
Not open for further replies.

hortensiam

IS-IT--Management
Feb 5, 2002
86
0
0
AR
Hi,
I 've a WIN2000 server and 5 clients with win98, and i use a software that required all the clients has the exactly same time and hour. Does anybody know how can I synchronize the servers's time with the clients.
Thanks,
 
create a batch file that has this line:

net time \\servername.

make sure your server has the right time.

input the path to that batch file (on the server) in each user's account to run that batch on startup.
 
You could also at each workstation input
net time /setsntp:\\server_name
you could also do it with substituting the servers IP address for its name.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top