Home / CSE / Disk Operating System [DOS] :: Discussion

Discussion :: Disk Operating System [DOS]

  1. You want to view the contents of autoexec.bat on the screen using the "type" command, but it scrolls by too quickly, what switch do you use to make it pause?

  2. A.
    type c:\autoexec.bat /p
    B.
    type c:\autoexec.bat/more
    C.
    type c:\autoexec.bat|pause
    D.
    type c:\autoexec.bat|more.
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment