| View previous topic :: View next topic |
| Author |
Message |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Thu Oct 17, 2002 11:20 pm Post subject: Set Computer Clock Via the Internet... |
|
|
From The National Institute of Standards and Technology...
Here's a link to software that can set your computer
clock automatically.
The program I downloaded (for Windows 95 and up) is
approx 261k in size and runs as is. It DOES NOT require
an install.
It also has command line params for different options,
and can run in a window, quietly in the background, or
run just once to just set the clock and exit.
http://www.boulder.nist.gov/timefreq/service/its.htm
And it's free...
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Fri Oct 18, 2002 6:48 am Post subject: |
|
|
In one of the versions of the VDSDLL you can do this also.
-Garrett |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Fri Oct 18, 2002 9:28 am Post subject: |
|
|
Hey Garrett,
I found a @net() function in VDSINET.DLL to retrieve the
time from a server (I guess this is what you were referring
to?). Ya still have to set the computer clock though...
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Fri Oct 18, 2002 7:25 pm Post subject: |
|
|
FYI
Windows 2000 & XP include the ability to link to an internet time server and reset the system clock automatically also. |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Fri Oct 18, 2002 10:39 pm Post subject: |
|
|
| Mac wrote: | Ya still have to set the computer clock though...  |
Ahhhh..... My bad. Thought it also set the system clock.
-Garrett |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Sat Oct 19, 2002 1:49 pm Post subject: |
|
|
I built a time synchronizer some time ago using VDSIPP.DLL and VDSTIME.DLL (in the VDSDLL package).
VDSTIME allows you to set the computer time directly (as long as you have sufficient rights).
For VDSTIME you'll need a VDS compatible time value, which you can obtain through a MAKE function. Had some
problems with this, though:
If I use TIME MAKE (....) to generate a VDS time value and then use this value to set the computer time, then the
time set does not match the time fed into the TIME MAKE command. It will often be offset by one or two hours -
probably time zone related.
Greetz
Dr. Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Sat Oct 19, 2002 9:36 pm Post subject: |
|
|
Aha... 8O
Sorry Garrett, looks like my bad...
The VDSTIME.DLL functions are incorporated in Tommy's
new VDSDLL.DLL (VDSDLL3.ZIP) as well.
Thanks Dread.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
|