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

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
 
J

John Saunders

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top