C# GUI

Jan 25 2015 10:20 AM
I have a .exe file(say abc.exe) in a specified folder(say D:/abc/bin). Now how can I invoke that .exe file to run some parameters from C# GUI. Usually in cmd I used to run as follows
D:/abc/bin>abc xyz.abc
how can I run above commands in C# GUI?

Answers (2)