REM # *** Disclaimer REM # REM # Written by Erik Aronesty to make it easier to get started REM # Compiled from http://www.eecis.udel.edu/~ntp/ntp_spool/html/hints/winnt.html REM # Please read the real NTP docs. REM # REM # *** Basic install REM # REM # move executables to your "binaries" directory, or REM # to winnt\system32 REM # move conf file to %systemroot%\system32\drivers\etc\ REM # run ntpinstsrv REM # start the service REM # under "services" add "-g" to "startup params" to allow wider REM # skewing, or run ntpdate at boot REM # REM # *** Even simpler REM # if you don't want to think about it REM # unpack it all and paste the following into a dos prompt move ntp*.exe %systemroot%\system32 move ntp.conf %systemroot%\system32\drivers\etc\ ntpdinstsrv.exe %systemroot%\system32\ntpd.exe ntpdate tock.usno.navy.mil net start ntp