多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[TOC] ### call 调用其他 bat 格式 `call [[Drive:][Path] FileName ] [:label [arguments]] ` ### 调用其他的脚本 ``` call 2.bat ``` ### start 调用第三方软件 ``` start calc.exe start cmd ```