🎴 Flashcard Mode
Microsoft .NET Framework and Web Programming
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Batch file commands are not case sensitive.
AnswerClick to flip back
A
True
💡 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.