How can I call a script on UNIX with VC.net

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hi

I want to call a UNIX(AIX 5.1) script with VC.Net 2003. I did not know
how to do this. Can anyone give me some suggestion?

ThanX

David

20041025
 
David said:
Hi

I want to call a UNIX(AIX 5.1) script with VC.Net 2003. I did not know
how to do this. Can anyone give me some suggestion?

You want to call it from what kind of program? Web Form, Windows Form,
Console program, etc?

Also, I'd suggest you first get clear on how you would call the script from:

1) The same AIX machine
2) A different AIX machine
3) A different Unix machine not running AIX

Certainly, whatever you'd have to do to get #3 to work, you would also need
to use in your VC.NET program, so this will be a start.
 
Back
Top