Multiple choice technology programming languages

which of this command is used to print a message in batch file?

  1. print

  2. type

  3. label

  4. echo

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The echo command is the standard built-in command used in Windows/DOS batch scripts to output text to the console. The print command is used for printing files to a printer, type displays the contents of a text file, and label is used to create or edit disk volume labels.