Multiple choice technology programming languages

Batch files are used

  1. to create a lists of commands to run in sequence

  2. to create a lists of commands and to run in random

  3. to create a lists of commands

  4. to delete a lists of commands

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

Batch files are text files containing a sequence of commands executed line-by-line in sequential order by the command interpreter. Running commands randomly defeats the purpose of automation scripting, and batch files exist to execute rather than delete lists of commands.