windows - 如何从第三个批处理调用两个批处理?

标签 windows batch-file windows-7-x64

当我的 Windows 批处理文件 (.bat) 调用其他两个 BAT 文件时,它在第一个文件之后退出。

如何让它同时运行它们?

最佳答案

使用调用

例如在调用批处理文件中:

call batch1.bat
call batch2.bat

(还有一些背景 here .)

关于windows - 如何从第三个批处理调用两个批处理?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3575089/

相关文章:

java - 挪威语的区域设置,博克马尔(挪威)问题

windows - Windows 10 上的 Tensorflow 安装,错误 'Not a supported wheel on this platform'

batch-file - 使用通配符在命令行中删除文件夹

windows - Windows 7 中丢弃的 CALL 批处理文件环境变量

c++ - Visual Studio 2013 运行项目两次

windows - 批处理 - 在 'UNC error' 修改 cd 变量之前获取当前目录

python - Anaconda:Python 是 64 位,numpy 32 位 -> 冲突。如何获得 numpy 64 位

windows - 复制文件名并用它创建新的空白文件

usb - HID 设备测试仪

python - Windows 上的 Tensorflow - ImportError : DLL load failed: The specified module could not be found