本帖最后由 ArdentMan 于 2011-7-3 18:47 编辑
- @Echo Off&SetLocal EnableDelayedExpansion
- Mode Con Lines=10&Color 4F
- For /L %%A IN (1,1,60) Do (
- Cls&Set "Str="
- Set /A Lift=%%A,Right=60-%%A
- Echo,&Echo,&Echo 正在初始化设置,请稍候...^(剩余!Right!秒^)
- For /L %%B IN (1,1,!Lift!) Do Set "Str=!Str!>"
- For /L %%B IN (1,1,!Right!) Do Set "Str=!Str!="
- Echo,&Set /P= !Str!<Nul
- For /L %%B IN (1,1,1000) Do Ver>Nul
- )
- Cls&Echo,&Echo,&Echo,&Echo 程序初始化完成,按任意键运行...
- Pause>nul
复制代码
|