Multiple choice technology programming languages which of this command is used for starting a window application thru batch files? type open start 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.