start D:\CrossFire\CrossFire.exe

路径中有空格的按第一排写,加上引号(注意除了路径要引起来外,前面还有一对引号);

路径没有空格的按第二排写。

每个需要启动的程序写一行,就可以同时启动多个程序

如果需要让一个exe运行完之后再运行下一个,则

start /w a.exe

start /w b.exe

转:https://www.cnblogs.com/liuyunfeifei/archive/2013/01/06/2847799.html

相关文章:

  • 2021-10-13
  • 2021-08-05
  • 2021-11-01
  • 2021-08-28
  • 2021-10-30
  • 2021-08-15
  • 2022-12-23
  • 2021-06-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案