220-1002 · Question #772
Which of the following file types uses the net use command.
The correct answer is B. bet. The answer 'bet' is a typo for '.bat' (batch file). Windows batch files (.bat) are plain-text scripts executed by the Windows command interpreter (cmd.exe) and commonly use the 'net use' command to map or disconnect network drives (e.g., 'net use Z: \\server\share…
Question
Which of the following file types uses the net use command.
Options
- A.py
- Bbet
- C.vbs
- Djs
How the community answered
(39 responses)- A5% (2)
- B90% (35)
- C3% (1)
- D3% (1)
Explanation
The answer 'bet' is a typo for '.bat' (batch file). Windows batch files (.bat) are plain-text scripts executed by the Windows command interpreter (cmd.exe) and commonly use the 'net use' command to map or disconnect network drives (e.g., 'net use Z: \server\share /persistent:yes'). Python (.py), VBScript (.vbs), and JavaScript (.js) files are not the native, standard file type associated with the 'net use' command - it is a native Windows shell command most directly associated with batch scripting.
Topics
Community Discussion
No community discussion yet for this question.