Multiple choice technology programming languages

which of this command is used for starting a window application thru batch files?

  1. type

  2. open

  3. start

  4. go

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

The 'start' command in batch files launches Windows applications in a separate window. The 'type' command displays file contents, 'open' is not a standard batch command, and 'go' is not used for launching applications.