Jump to content

Atomic clock


 Share

Recommended Posts

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.

Link to comment
Share on other sites

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?
Link to comment
Share on other sites

:)  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?

<{POST_SNAPBACK}>

ftp://time.nist.gov/pub/daytime/nistime-32bit.exe

that is on thier web site once you got it loaded hit query. it will check the server, and will adjust your clock for you.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...