Hi
i want to run an executable file from my c# class. Have you an idea what can i do?
Help me.
Thanks
Printable View
Hi
i want to run an executable file from my c# class. Have you an idea what can i do?
Help me.
Thanks
You will have to use System.Diagnostics.Process class. Take a look at your MSDN documentation.Quote:
Originally Posted by dewoul