【发布时间】:2020-05-24 16:04:06
【问题描述】:
我的目标是通过 Windows Batch 中的一个命令运行其他程序。 Here are the files I would like to run through a single command if possible.
但是我尝试过的代码最多是这样的
start "C:\users\excre\OneDrive\Desktop\Coding Files\GTA Chinatown\Terms & Conditions.html"
start "C:\users\excre\OneDrive\Desktop\Coding Files\GTA Chinatown\Audio_Synthesis-Program.vbs"
start "C:\users\excre\OneDrive\Desktop\Coding Files\GTA Chinatown\test3.bat"
This resulted in a simple location CMD tab as shown here
如果有人对此有潜在的解决方案,请在下面提及
【问题讨论】:
-
你想并行还是队列运行这些?
-
start 的第一个引用参数设置为标题(如您在屏幕截图中所见)。
标签: html batch-file vbscript