Question & Answer

Which of the following is a command that will display the syntax for a Windows CLI command?

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

1 Answer

Verified archive
Quizzma TeamAugust 1, 2025

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.