What does C do in CMD?
The “cmd /c” is used to create a new shell, execute the provided command, and exit from the shell automatically. The cmd.exe also provides the /k option which will not exit from the created shell automatically.
If you have any question you can ask below or enter what you are looking for!
The “cmd /c” is used to create a new shell, execute the provided command, and exit from the shell automatically. The cmd.exe also provides the /k option which will not exit from the created shell automatically.