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?
Loading
Manabendra BorthakurPosted Jan 27, 2015, 12:56 AM
Guest UserPosted Jan 26, 2015, 10:08 AM