本文介绍了在C#中使用rsh.exe在UNIX上运行脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



是否可以通过ASP.NET直接使用rsh.exe.

我的机器上启用了RSH.所以我可以通过命令提示符使用rsh.
它甚至可以在bat文件中使用.

但是id似乎无法通过C#代码工作.

我的理解是,它不用于自动化目的.

请从代码中进一步了解RSH.exe的用法.

Hi,

Is it possible to use rsh.exe directly though ASP.NET.

RSH is enabled on my machine. So I can use rsh through command prompt.
It even works in a bat file.

But id does not seem to work through C# code.

My understanding is that it is not meant for automation purposes.

Please throw more light on usage of RSH.exe from code.

推荐答案


这篇关于在C#中使用rsh.exe在UNIX上运行脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 00:34