rt,我用以下代码打开两个 exe 文件,但它们是先后被打开,两者存在一定时间差,我想让这两个文件同时被打开,请问如何实现。
system("start \"a\" a.exe"); system("start \"b\" b.exe");