如何在 pypsexec 中获取长时间运行命令的结果?
问题内容
我正在使用 pypsexec 连接到远程 windows 计算机。我必须找到具有特定扩展名的文件列表。这就是我现在正在做的事情。
command = "dir /b/s *.py" client.run_executable("cmd.exe", arguments=f"/c {command}", asynchronous=True)登录后复制
问题内容
我正在使用 pypsexec 连接到远程 windows 计算机。我必须找到具有特定扩展名的文件列表。这就是我现在正在做的事情。
command = "dir /b/s *.py" client.run_executable("cmd.exe", arguments=f"/c {command}", asynchronous=True)登录后复制