📌  相关文章
📜  如何从另一个批处理文件调用批处理文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:52.396000             🧑  作者: Mango

代码示例1
REM We're working inside file1.bat
REM To start a bat file stored in the same directory use:
START file2.bat

REM if file2 is in another directory use
START path/file2.bat