📌  相关文章
📜  批处理文件来安装多个程序 - Shell-Bash 代码示例

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

代码示例2
@echo off
start /wait "Path/software1.exe"
start /wait "Path/software2.exe"
start /wait "Path/software3.exe"
start /wait "Path/software4.exe"