File extensions (DOS/Windows): The '.BAT' extension usually refers to what type of file?
Identify the kind of file executed by the command interpreter.
Choose the correct option.
Difficulty: Easy
Correct Answer: Batch file (command script)
Explanation:
Concept .BAT files are batch command scripts executed by COMMAND.COM/cmd.exe, automating sequences of commands.
Discussion & Comments