Search Results

12
votes

What does cmd /C mean?

/C Carries out the command specified by the string and then terminates You can get all the cmd command line switches by typing cmd /? …