Find Information About Commands
16. Find Information About Commands
Sometimes we run a command to achieve a certain task, but don’t know much about it. So to learn about specific commands, add /?
at the end of any command, and hit enter. Command Prompt will give you a good overview of its usage and syntax. Take an example of SFC from the above point, type sfc /?
and hit enter. It will tell you the sub-commands with examples, and what are the other commands related to SFC in a lucid language.
Comments
Post a Comment