Board logo

标题: [日期时间] 批处理如何实现时间与服务器时间差5分钟就自动同步一下? [打印本页]

作者: cover    时间: 2012-1-11 17:38     标题: 批处理如何实现时间与服务器时间差5分钟就自动同步一下?

  1. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  2. :::检查本机时间与Internet时间服务器时间是否正常
  3. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  4. ::::判断::::本机时间与Internet时间服务器时间是否正常:::::::
  5. @set a=%date% %time%
  6. @echo %a%
  7. @wget -N http://www.appinn.com/servertime.php >nul 2>nul
  8. @type servertime.php
  9. pause
  10. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  11. :::::本机时间与Internet时间服务器同步:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  12. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  13. @echo off
  14. @cls
  15. @color 2f
  16. @cd /d %~dp0
  17. @Echo.
  18. @Echo.正在与Internet时间服务器同步……&&Echo.===================================================
  19. @wget -N http://www.appinn.com/servertime.php >nul 2>nul
  20. for /f "tokens=1,2 " %%i in (servertime.php) do date %%i &&time %%j
  21. for /f "tokens=1,2 " %%i in (servertime.php) do echo 同步成功!!&& echo 服务器日期 %%i 系统日期 %date% &&echo 服务器时间 %%j 系统时间 %time%
  22. @del /f /s /q time.php >nul 2>nul
  23. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
复制代码
谁帮忙 帮我补充一下时间日期比较部分,现实时间与服务器时间差5分钟就 自动同步一下,谢谢
作者: cover    时间: 2012-1-13 10:03

谁可以帮忙一下,谢谢了,我写的代码太大,大家有没有执行效率好的代码




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2