Multiple choice technology operating systems

What is the name of the batch file that is automatically run when MSDOS is booted?

  1. Run.bat

  2. Config.sys

  3. Config.bat

  4. Autoexec.bat

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

AUTOEXEC.BAT is a special system batch file that MS-DOS automatically executes during the boot process, after CONFIG.SYS. It typically contains startup commands, path definitions, and device driver initializations.