CompTIA A+ Core 2 (220-1002) — Question 436
In which of the following file extension types would a user expect to see the command. `net use T:\\server\files`?
Answer options
- A. .bat
- B. .vbs
- C. .js
- D. .py
Correct answer: A
Explanation
.bat files are batch scripts that can execute commands in the Windows command line, making them suitable for the `net use` command. The other options, such as .vbs (VBScript), .js (JavaScript), and .py (Python), are not designed to directly execute Windows command line commands in the same way.