Which of the following is a command that will display the syntax for a Windows CLI command? A) help
B) robocopy /?
C) manpage
D) syntax
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is A) help.
Explanation: In Windows Command Line Interface (CLI), the command `help` can be used to display the syntax and options for various commands. While `robocopy /?` (option B) will also display syntax for the robocopy command specifically, the `help` command provides a broader scope for multiple commands. Options C and D are not valid in the context of Windows CLI.