Hi All,
I have a compiled Fortran executable that I must execute from a VB.Net
windows application. What is the best way to go about this? In a similar
application, developed with VB6, I used the ShellExecute Win API function.
Is there a cleaner way in .NET?
Best Regards,
Chad
Robert Jordan - 19 Oct 2004 22:19 GMT
Hi,
> I have a compiled Fortran executable that I must execute from a VB.Net
> windows application. What is the best way to go about this? In a similar
> application, developed with VB6, I used the ShellExecute Win API function.
> Is there a cleaner way in .NET?
You're looking for System.Diagnostics.Process.
bye
Rob
CEP921 - 19 Oct 2004 22:55 GMT
Many thanks,
Chad
> Hi,
>
[quoted text clipped - 7 lines]
> bye
> Rob