UNIX command from C#

  • Thread starter Thread starter George Ter-Saakov
  • Start date Start date
G

George Ter-Saakov

Hi,

Somehow i need to call perl script that is on another Unix machine form my
C# code.

The problem is that this perl script is executed form command line (no
apache on that machine).

Is it possible, Is there component that can emulate command line (telnet).


Thanks
George.
 
George Ter-Saakov said:
Hi,

Somehow i need to call perl script that is on another Unix machine form my
C# code.

The problem is that this perl script is executed form command line (no
apache on that machine).

Is it possible, Is there component that can emulate command line (telnet).

Does the system have RPC available?

-John Oakes
 
Not sure,
But i was more looking into "telnet" solution as an RPC ill require
additional UNIX program.

George,
 
Back
Top