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
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
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.