Quizzma Latest Questions

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




Leave an answer

Leave an answer

What is the capital of Egypt? ( Cairo )

1 Answer

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

Related Questions