注:此文章由简体中文为主体编写!
Note: this article is written in simplified Chinese!
如果共享的文件中违反了你的权利或者利益,请通过下面的邮箱地址联系我!
If the shared file violates your rights or interests, please contact me at the following email address!
批处理就是Windows系统里一段经过特殊标记的代码使用记事本等文本编辑器保存为后缀名为*.bat或*.cmd的脚本文件
A batch is a specially marked piece of code in a Windows system that is saved as a script file with the suffix * .bat or * .cmd using a text editor such as notepad
示例:
@echo off
echo Hello,world!
pause
Example:
@echo off
echo Hello,world!
pause
这里分享各种批处理有趣的小程序,欢迎大家下载!
Here to share all kinds of batch interesting Mini Programs, welcome to download!
2019.03.02