当前位置:网站首页>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>nul
Code 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
边栏推荐
- [Open class preview]: Research and application of super-resolution technology in the field of video image quality enhancement
- R语言拟合ARIMA模型:使用forecast包中的auto.arima函数自动搜索最佳参数组合、模型阶数(p,d,q)、设置seasonal参数指定在模型中是否包含季节信息
- 千万级乘客排队系统重构&压测方案——总结篇
- [CLion] CLion always prompts "This file does not belong to any project target xxx" solution
- leetcode每日一题:字符串压缩
- 图解MySQL内连接、外连接、左连接、右连接、全连接......太多了
- 分类预测 | MATLAB实现1-DCNN一维卷积神经网络分类预测
- JS 中的 undefined 和 null 的区别
- mysql进阶(二十二)MySQL错误之Incorrect string value中文字符输入错误问题分析
- Envoy source code flow chart
猜你喜欢
随机推荐
Solve vscode input! Unable to quickly generate skeletons (three methods for the new version of vscode to quickly generate skeletons)
【云享新鲜】社区周刊·Vol.73- DTSE Tech Talk:1小时深度解读SaaS应用系统设计
[Nodejs] fs module of node
js中常用追加元素的几种方法:append,appendTo,after,before,insertAfter,insertBefore,appendChild
新一代超安全蜂窝电池, 思皓爱跑上市13.99万元起售
.NET性能优化-使用SourceGenerator-Logger记录日志
activiti工作流的分页查询避坑
用户体验 | 如何度量用户体验 ?
回归预测 | MATLAB实现TPA-LSTM(时间注意力注意力机制长短期记忆神经网络)多输入单输出
Favorites|Mechanical Engineer Interview Frequently Asked Questions
【CLion】CLion 总是提示 “This file does not belong to any project target xxx” 的解决方法
Stone Technology builds hard-core brand power and continues to expand the global market
The first experience of Shengsi large model experience platform——Take the small model LeNet as an example
数字化转型实践:世界级2B数字化营销的方法框架
Sparse representation - study notes
JWT
一篇文章,带你详细了解华为认证体系证书(2)
Why Metropolis–Hastings Works
C#/VB.NET 将PPT或PPTX转换为图像
从零开始Blazor Server(4)--登录系统