gpt4 book ai didi

c# - 使用 Process.Start(),当/K 参数不起作用时如何保持 cmd 提示符打开?

转载 作者:行者123 更新时间:2023-11-30 13:59:20 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Any way to keep an external command window open during a Process.Start(..)?

我以前看过这篇文章,但由于某些原因,这些解决方案对我不起作用。使用 Process.Start(),当/K 参数不起作用时如何保持 cmd 提示符打开?也没有可用的“WaitForExit”方法。

ProcessStartInfo processInfo = new ProcessStartInfo("cmd.exe", "/K " + "C:\\Windows\\System32\\" + "takeown.exe");
processInfo.Verb = "runas";
processInfo.Arguments = "/F \"C:\\Program Files(x86)\\Borland\" /R /D Y";
Process.Start(processInfo);

我想看到的是进程是否处理成功。

谢谢

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com