Alright, so here’s command I’m currently running. Upon executing, a command prompt apprears until the command is finished.
Is there any way to hide the command prompt?
Process.Start(
"\\path_to_exe\Testing.exe ",
Arg2 + Arg3 + Arg4 + Arg5 + Arg6 + Arg7 + Arg8 + Arg9 + Arg10 + Arg11)
1 Answer