'.BAT' extension refers usually to what kind of file?
-
Compressed Archive file
-
System file
-
Audio file
-
Backup file
B
Correct answer
Explanation
.BAT files are batch files - scripts containing a sequence of commands for the DOS or Windows command-line interpreter. They are plain text files with .bat extension that execute multiple commands in sequence when run. While called system files, more precise terms would be batch scripts or command files.