Multiple choice technology testing

Which of the following is true about batch scripts

  1. Can be run as part of startup

  2. Automate UI actions on a ASP.NET website

  3. Edit registry

  4. Can be run as part of startup & Edit registry

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

Windows batch scripts (.bat) can run automatically at startup via the Startup folder or registry Run keys. They can also directly modify system configurations by editing the registry using commands like reg. They cannot natively automate ASP.NET web UI actions.