C Sharp
Compiling and Running Code
Save the following code in file 'cmdexe.cs'. The FileName and Arguments makes the program run with it's process hidden in background:
2. Compile the code to an executable format (.exe):
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe .\cmdexe.cs
Last updated