G
Guest
I need to be able to execute programs directly from a C# program. My first
thought was to use exec, but the documentation states that exec should not be
called directly from application code. Any suggestions on what should be used
to start executable programs directly from C# code?
Thanks,
Randy
thought was to use exec, but the documentation states that exec should not be
called directly from application code. Any suggestions on what should be used
to start executable programs directly from C# code?
Thanks,
Randy