which of this is a batch file?
-
io.sys
-
windows.sys
-
command.com
-
autoexec.bat
D
Correct answer
Explanation
AUTOEXEC.BAT is a classic DOS batch file that executes commands at system startup. IO.SYS and WINDOWS.SYS are system driver files, while COMMAND.COM is the DOS command interpreter (an executable program), not a batch file.