gpt4 book ai didi

runas - Win7运行命令: How to capture output of command that is run?

转载 作者:行者123 更新时间:2023-12-02 09:35:36 25 4
gpt4 key购买 nike

我正在尝试(在 Windows 7 下)使用 runas 命令来停止然后重新启动服务。 (Win7 需要管理员权限才能执行此操作;因此需要使用 runas。)

停止服务工作正常,但启动服务却不行。这是我用来停止服务的命令:

runas /user:myDomain\myUserId "net stop serviceName"

这是启动服务的命令:

runas /user:myDomain\myUserId "net start serviceName"

当我运行上述命令时,另一个命令窗口会打开,但在我看到其中的任何内容之前就闪烁了;因此我不知道出了什么问题。

所以,我的问题是:当通过 runas 运行时,如何从 net start 命令捕获 stdout 和/或 stderr?我尝试过仅使用重定向,但只得到一个空文件。另一种解决方案是让 runas 打开窗口以使子任务保持打开状态。

提前致谢。

最佳答案

使用要运行的命令来启动 cmd.exe,并指定将输出写入文件。

runas/user:myDomain\myUserId "cmd.exe/c net stop serviceName > 输出.txt"

您可以使用 2> 从 net stop 输出错误。

关于runas - Win7运行命令: How to capture output of command that is run?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1462644/

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