当前位置:网站首页>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
边栏推荐
- R语言两个时间序列数据的滞后相关性可视化:使用forecast包的ccf函数绘制交叉相关函数,根据可视化结果分析滞后相关性
- redis6 跟着b站尚硅谷学习
- 分类预测 | MATLAB实现1-DCNN一维卷积神经网络分类预测
- The first experience of Shengsi large model experience platform——Take the small model LeNet as an example
- 回归预测 | MATLAB实现TPA-LSTM(时间注意力注意力机制长短期记忆神经网络)多输入单输出
- 深度学习 | MATLAB实现一维卷积神经网络convolution1dLayer参数设定
- Audio and Video Technology Development Weekly | 256
- sql中ddl和dml(数据库表与视图的区别)
- WPF 截图控件之绘制箭头(五)「仿微信」
- 2022 Go ecosystem rpc framework Benchmark
猜你喜欢
石头科技打造硬核品牌力 持续出海拓展全球市场
【公开课预告】:超分辨率技术在视频画质增强领域的研究与应用
Small application project works WeChat gourmet recipes applet graduation design of finished product (1) the development profile
这是我见过写得最烂的Controller层代码,没有之一!
Why Metropolis–Hastings Works
小程序插件如何帮助开发者受益?
表达式引擎在转转平台的实践
Golang内存分析工具gctrace和pprof实战
Sparse representation - study notes
Favorites|Mechanical Engineer Interview Frequently Asked Questions
随机推荐
力扣解法汇总1374-生成每种字符都是奇数个的字符串
程序员如何优雅地解决线上问题?
Stone Technology builds hard-core brand power and continues to expand the global market
C#/VB.NET 将PPT或PPTX转换为图像
如何设计一个分布式 ID 发号器?
[5 days countdown] to explore the secret behind the great quality promotion, gift waiting for you to take of $one thousand
The use of Ts - Map type
EasyRecovery热门免费数据检测修复软件
如何利用DevExpress控件绘制流程图?看完这篇文章就懂了!
Promise to learn several key questions (3) the Promise - state change, execution sequence and mechanism, multitasking series, abnormal penetration, interrupt the chain of Promise
图解MySQL内连接、外连接、左连接、右连接、全连接......太多了
xss漏洞学习
这是我见过写得最烂的Controller层代码,没有之一!
leetcode/子矩阵元素和
JS 中的 undefined 和 null 的区别
Basic configuration commands of cisco switches (what is the save command of Huawei switches)
Aeraki Mesh 加入 CNCF 云原生全景图
shell--第九章练习
语音聊天app源码——语音聊天派对
JS数据类型转换完全攻略