Read the cmd line as the windows command prompt.
How do I set the pause that the program when i open the cmd would not disappear at once but stay as normal cmd ?
Here's the code that I have so far.
How do I set the pause that the program when i open the cmd would not disappear at once but stay as normal cmd ?
Here's the code that I have so far.
Code:
Process.Start("cmd", "/c net localgroup Administrators")