Jump to content

Recommended Posts

Posted
:) I want to synchronize my computer (Windows 98) with some atomic clock of the InterNet using the AUTOIT. How I make?
Posted

no need to use autoit. this is a functionality built into windows. my university runs a timeserver synched to an atomic clock. report back if it doesnt work on windows 98.

start > run > cmd >

net time /setsntp:utcnist.colorado.edu

sure you can do it with autoit...only need to do it once though:

Run(@ComSpec & ' /c net time /setsntp:utcnist.colorado.edu')

see NIST (also in my city!) for a lot more info and servers.

Posted

no need to use autoit. this is a functionality built into windows.  my university runs a timeserver synched to an atomic clock.  report back if it doesnt work on windows 98.

start > run > cmd >

net time /setsntp:utcnist.colorado.edu

sure you can do it with autoit...only need to do it once though:

Run(@ComSpec & ' /c net time /setsntp:utcnist.colorado.edu')

see NIST (also in my city!) for a lot more info and servers.

<{POST_SNAPBACK}>

:) Thanks for having answered, but I modified the clock of my computer (Windows 2000) and executed the command and the hour was not modified... What it can have happened?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...