Call Unix script from VB.Net

A

Alan Wang

Hi all:

I am just wondering if it's possible to call Unix script from VB.Net
application.

Thanks in advanced

Alan
 
H

Herfried K. Wagner [MVP]

Alan Wang said:
I am just wondering if it's possible to call Unix script from VB.Net
application.

If you have an appropriate script interpreter installed, you can call the
script using 'System.Diagnostics.Process.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