Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在另一个批处理文件中调用 2 个批处理文件。但是这些批处理文件是并行运行的。我想一个接一个地运行这些批处理文件。
如果有请提供解决方案?
call batch1.cmd call batch2.cmd
你去吧。