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.
在 sendto 调用的情况下,我想在应用程序完成后保持应用程序打开,以便用户可以查看它。
在 dos 窗口调用的情况下,用户控制窗口何时关闭。
平台是使用 msvc 6 的 XP
您在 SendTo 文件夹中创建的快捷方式可以调用:
C:\WINDOWS\system32\cmd.exe /k [your program path\program name]
将/k在调用后保持控制台运行。
/k