怎样在客户端vc程序里使hp-ux服务器中的c程序运行,另外如何获得其运行结果?
望高手给小dd个方案,回答出一半问题也加分
应该在HPUX系统上有一个守护进程,处于LISTEN状态,当收到收到相应的请求后,可以调用你的程序。
可以在客户端调用rsh
Runs commands on remote hosts running the RSH service.
RSH host [-l username] [-n] command
host Specifies the remote host on which to run command.
-l username Specifies the user name to use on the remote host. If
omitted, the logged on user name is used.
-n Redirects the input of RSH to NULL.
command Specifies the command to run.