EN
Command Prompt - difference between "/C" and "/K"? (Windows 10)
1
answers
0
points
What is the difference between /C and /K while working with Windows 10 Command Prompt?
1 answer
0
points
1. The /C tells Command Prompt to execute the command that follows it and close the window after executing the command.
2.The /K tells Command Prompt to execute the command that follows it and then stay open so that you can view results or type followup commands.
0 comments
Add comment