标题: 如何在bat执行过程中 动态显示系统时间
[打印本页]
作者: rs369007
时间: 2008-11-28 09:39
标题: 如何在bat执行过程中 动态显示系统时间
如何在bat执行过程中 动态显示系统时间 谢谢!
作者: huahua0919
时间: 2008-11-28 09:50
用延时可以实现
@echo off
for /l %%i in (1 1 20) do (
ping -n 2 localhost >nul
call echo %%time%%
)
作者: sea1112
时间: 2008-11-28 11:01
@echo off
:s
title %date:~0,10% %time%&goto s
[
Last edited by sea1112 on 2008-11-28 at 11:04 ]
作者: yishanju
时间: 2008-11-28 11:11
开个两个批处理窗口就可以实现 了,一个显示时间一个执行命令
作者: yishanju
时间: 2008-11-29 20:04
刚刚发现使用工具 MTEE 可实现
ping 192.168.0.110 -t|mtee /d /t
2008-11-29 19:26:46.703
2008-11-29 19:26:46.703 Pinging 192.168.0.110 with 32 bytes of data:
2008-11-29 19:26:46.703
2008-11-29 19:26:46.703 Reply from 192.168.0.110: bytes=32 time<1ms TTL=128
2008-11-29 19:26:47.671 Reply from 192.168.0.110: bytes=32 time<1ms TTL=128
2008-11-29 19:26:48.671 Reply from 192.168.0.110: bytes=32 time<1ms TTL=128