call 调用其他 bat

最后更新于:2022-04-02 03:46:13

[TOC] ### call 调用其他 bat 格式 `call [[Drive:][Path] FileName ] [:label [arguments]] ` ### 调用其他的脚本 ``` call 2.bat ``` ### start 调用第三方软件 ``` start calc.exe start cmd ```
';