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.
我想打开我的其他程序:
system("start");
节目正在进行中:E:\Pasd\swe\Dtr。程序名称:app.exe 我应该在“ ”中键入什么来运行。我尝试:
E:\Pasd\swe\Dtr
app.exe
system("start E:\Pasd\swe\Dtr\app.exe");
但它不起作用。
尝试这个:-
system("start E:\\Pasd\\swe\\Dtr\\app.exe");