G
Guest
I must call an external application (a simple console .exe) with a few
parametres within my own application (written in C# - Visual Studio 2005).
how to do that? I do not want to see interface of this application, I just
want that to do something for me.
I thave tried to use :
WshShell wsh = new WshShellClass();
wsh.Exec("c:\\ext_app.exe /param");
but completely nothing happens
parametres within my own application (written in C# - Visual Studio 2005).
how to do that? I do not want to see interface of this application, I just
want that to do something for me.
I thave tried to use :
WshShell wsh = new WshShellClass();
wsh.Exec("c:\\ext_app.exe /param");
but completely nothing happens