Extension of batch file (DOS, most of the microsoft windows)
C
Correct answer
Explanation
Batch files in DOS and Microsoft Windows use the .bat file extension. These files contain sequences of commands that are executed sequentially by the command interpreter (cmd.exe in modern Windows, command.com in DOS). They enable automation of repetitive tasks without requiring compilation or complex programming.