- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- :::检查本机时间与Internet时间服务器时间是否正常
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- ::::判断::::本机时间与Internet时间服务器时间是否正常:::::::
-
- @set a=%date% %time%
- @echo %a%
- @wget -N http://www.appinn.com/servertime.php >nul 2>nul
- @type servertime.php
-
-
-
-
- pause
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- :::::本机时间与Internet时间服务器同步:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- @echo off
- @cls
- @color 2f
- @cd /d %~dp0
- @Echo.
- @Echo.正在与Internet时间服务器同步……&&Echo.===================================================
- @wget -N http://www.appinn.com/servertime.php >nul 2>nul
- for /f "tokens=1,2 " %%i in (servertime.php) do date %%i &&time %%j
- for /f "tokens=1,2 " %%i in (servertime.php) do echo 同步成功!!&& echo 服务器日期 %%i 系统日期 %date% &&echo 服务器时间 %%j 系统时间 %time%
- @del /f /s /q time.php >nul 2>nul
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
复制代码 谁帮忙 帮我补充一下时间日期比较部分,现实时间与服务器时间差5分钟就 自动同步一下,谢谢 |