Multiple choice technology testing

Batch scripts are generally used for

  1. To execute a set of statements in one go

  2. To do file management

  3. To make registry changes

  4. All the above

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

Batch scripts are versatile automation tools that can execute multiple commands sequentially, perform file management operations (copy, move, delete), and modify the Windows registry using reg.exe commands. This makes them widely used for system administration and task automation.