Synchronize with Internet Time Server

@echo off
cls
color 2f
cd /d %~dp0
Echo.&&Echo.Now synchronizing with Internet time server……&&Echo.===================================================
wget -N http://weasel.jgxx.com/wsqbbs/time.php >nul 2>nul
title Was Qv - Time Server Synchronization Tool
for /f "tokens=1,2 " %%i in (time.php) do date %%i &&time %%j
for /f "tokens=1,2 " %%i in (time.php) do echo Synchronization successful!!&& echo Server date %%i System date %date% &&echo Server time %%j System time %time%
del /f /s /q time.php >nul 2>nul
Echo.==================================================&&Echo.Press any key to exit!!&&pause>nul 2>nul

Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| HAT | +2 | 2009-02-22 00:09 |

