MCQs > IT & Programming > DOS > The following is an example of an AUTOEXEC.BAT file: @echo off SET SOUND=C:\SOUNDS\SPEAKERS\SOUND SET BLASTER=B320 I2 D1 H5 P330 E620 T6 SET PATH=C:\WINDOWS;C:\ LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:123 LH C:\MOUSE\MOUSE.EXE DOSKEY CLS What is the purpose of the line SET PATH=C:\WINDOWS;C:\ ?

DOS MCQs

The following is an example of an AUTOEXEC.BAT file:

@echo off
SET SOUND=C:\SOUNDS\SPEAKERS\SOUND
SET BLASTER=B320 I2 D1 H5 P330 E620 T6
SET PATH=C:\WINDOWS;C:\
LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:123
LH C:\MOUSE\MOUSE.EXE
DOSKEY
CLS

What is the purpose of the line SET PATH=C:\WINDOWS;C:\ ?


Answer

Correct Answer: It tells the computer where to search if a command used at the prompt is not found

Explanation:

Note: This Question is unanswered, help us to find answer for this one

DOS Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

DOS Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it