Call Unix script from VB.Net

  • Thread starter Thread starter Alan Wang
  • Start date Start date
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
 
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'.
 
Back
Top