Click to See Complete Forum and Search --> : run .exe


dewoul
January 23rd, 2006, 07:57 AM
Hi
i want to run an executable file from my c# class. Have you an idea what can i do?

Help me.
Thanks

Shuja Ali
January 23rd, 2006, 08:02 AM
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.