EN
Command Prompt - What does "/c" command do? (Windows 10)
1
answers
0
points
What does /c
or /C
do in Windows 10 Command Prompt?
1 answer
0
points
The /c
tells Command Prompt to execute the command that follows it and close after executing the command.
Note:
You can also use the
/k
if you want the Command Prompt window to stay open so that you can view results or type followup commands.
0 comments
Add comment