Multiple choice

The PATH command is usually found as a part of your _________ file.

  1. CONFIG.SYS

  2. CONFIG.BAT

  3. AUTOEXEC.BAT

  4. AUTOEXEC.SYS

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

The PATH command is typically placed in AUTOEXEC.BAT, which executes automatically when DOS boots. CONFIG.SYS is for system configuration (not commands), and CONFIG.BAT and AUTOEXEC.SYS are not standard DOS files. AUTOEXEC.BAT is where environment settings like PATH are initialized.