Vidyalelo
Computer Science · Q118

Disk Operating System (DOS)

Engineering and GATE · Computer Science · question 118

Q118

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?

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board