gpt4 book ai didi

c# - 在 ASP.NET 中运行 shell 命令

转载 作者:行者123 更新时间:2023-11-30 14:03:51 29 4
gpt4 key购买 nike

如何在 asp.net 中运行 shell 命令?

我基本上想要类似system("netstat -an");

我不想将输出显示给用户。只想运行一些维护命令。

最佳答案

像往常一样调用 System.Diagnostics.Process.Start("netstat", "-an");

关于c# - 在 ASP.NET 中运行 shell 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3395179/

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