gpt4 book ai didi

c# - 执行接受命令行参数的程序

转载 作者:太空狗 更新时间:2023-10-29 23:59:07 24 4
gpt4 key购买 nike

如何在 C# 中执行接受命令行参数的程序?

最佳答案

使用 Start Process 的方法类。

Starts a process resource by specifying the name of an application and a set of command-line arguments, and associates the resource with a new Process component.

例子:

Process.Start("IExplore.exe", "C:\\myPath\\myFile.htm");

关于c# - 执行接受命令行参数的程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10530303/

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