
CODE: [Copy to clipboard]不过要自己保存屏幕上的内容,然后用echo显示出来,感觉没什么太大的实际意义。@echo off
set len=.
:cxs
echo 正在执行操作,请稍等。。。
echo 当前进度:%len% %cxs%%%
ping 127.0.0.1 -n 1 >nul
set /a cxs = %cxs% + 1
set /a num = %num% + 1
if %num% == 5 set len=%len%. & set /a num = 0
if %cxs% == 101 goto exit
cls
goto cxs
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |