标题: [日期时间] 批处理如何实现时间与服务器时间差5分钟就自动同步一下? [打印本页]
作者: cover 时间: 2012-1-11 17:38 标题: 批处理如何实现时间与服务器时间差5分钟就自动同步一下?
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- :::检查本机时间与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分钟就 自动同步一下,谢谢
作者: cover 时间: 2012-1-13 10:03
谁可以帮忙一下,谢谢了,我写的代码太大,大家有没有执行效率好的代码
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |