@echo off
set nowtime=%date%
echo 2015-07-01|date
ping 127.255.255.255 -n 1 -w 5000 >nul
echo %nowtime%|date
exit
时间: 2024-10-06 14:23:50
@echo off
set nowtime=%date%
echo 2015-07-01|date
ping 127.255.255.255 -n 1 -w 5000 >nul
echo %nowtime%|date
exit