简体   繁体   English

.exe文件执行后保持cmd打开

[英]keep cmd after execution of a .exe file open

I am trying to run the .exe of a programm I donwloaded. 我正在尝试运行我下载的程序的.exe。 But to see why it isn`t working I want to keep the cmd open to see the output it generates. 但是要查看为什么它不起作用,我想保持cmd打开状态以查看它生成的输出。 Is that somehow possible? 有可能吗?

使用/K开关: cmd /K "my.exe"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM