关于 system("start xxx")
  • 板块灌水区
  • 楼主Belarus
  • 当前回复38
  • 已保存回复38
  • 发布时间2020/5/14 19:06
  • 上次更新2023/11/7 02:28:16
查看原帖
关于 system("start xxx")
223392
Belarus楼主2020/5/14 19:06

假如有这么一个程序

int main(){
    system("start a.exe");
    system("start b.exe");
}

那么是等 a.exe 运行完了再运行 b.exe,还是几乎同时运行?
如果是前者,怎么使两者同时运行?

2020/5/14 19:06
加载中...