当前位置:网站首页>bat countdown code
bat countdown code
2022-08-01 11:34:00 【Full stack programmer webmaster】
Hello everyone, meet again, I'm your friend Quanstack Jun.
bat countdown I believe everyone wants the code, here is the code.
@echo offset a=1set b=1:dao1set /a b=b-1ping -n 2 -w 500 127.1>nulclsecho countdown: %a% minutes %b% secondsif %b%==0 (goto q) else (goto dao1)if %a%==-1 (goto 5)set b=60goto dao1:qset b=60set /a a=a-1goto dao1------------------------ I am the dividing line, don't copy me in --------------------:5echo success!ping /n 3 127.1>nulCode analysis: set /a b=b-1 means b minus 1
There may also be bugs.
Publisher: Full-stack programmer, please indicate the source: https://javaforall.cn/126871.htmlOriginal link: https://javaforall.cn
边栏推荐
- EasyRecovery热门免费数据检测修复软件
- 【倒计时5天】探索音画质量提升背后的秘密,千元大礼等你来拿
- Golang内存分析工具gctrace和pprof实战
- 基于ArkUI eTS开发的坚果食谱(NutRecipes)
- 程序员如何优雅地解决线上问题?
- How to use DevExpress controls to draw flowcharts?After reading this article, you will understand!
- .NET analyzes the LINQ framework in depth (three: the elegant prelude of LINQ)
- C#/VB.NET 将PPT或PPTX转换为图像
- 表达式引擎在转转平台的实践
- Hot review last week (7.25 7.31)
猜你喜欢
随机推荐
【面试高频题】难度 1.5/5,二分经典运用题
【讲座分享】“营收“看金融
【随心笔记】假期快过去了,都干了点什么
Favorites|Mechanical Engineer Interview Frequently Asked Questions
监视网络连接的ss命令
Several methods of appending elements are commonly used in js: append, appendTo, after, before, insertAfter, insertBefore, appendChild
activiti工作流的分页查询避坑
重庆市大力实施智能建造,推动建筑业数字化转型,助力“建造强市”
收藏|机械工程师面试常问问题
通配符SSL证书不支持多域名吗?
一文说明白ECDSA spec256k1 spec256r1 EdDSA ed25519千丝万缕的关系
上周热点回顾(7.25-7.31)
How to find out hidden computer software (how to clean up the computer software hidden)
Excel表格打印时不打印标记填充颜色
音视频技术开发周刊 | 256
Promise学习(一)Promise是什么?怎么用?回调地狱怎么解决?
(ES6 and above and TS) Map object to array
Promise学习(四)异步编程的终极解决方案async + await:用同步的方式去写异步代码
华硕和微星多款产品将升级英特尔Arc A380和A310显卡
Basic configuration commands of cisco switches (what is the save command of Huawei switches)









