Multiple choice technology programming languages

Batch file commands are not case sensitive.

  1. True

  2. False

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

Windows Command Prompt (cmd.exe) and MS-DOS batch file execution are completely case-insensitive. Commands, variable names, and labels can be written in uppercase, lowercase, or mixed case without affecting execution. Thus, the statement is true.