Disc Operating System (DOS)
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?

type c:autoexec.bat /p
type c:autoexec.bat|more.
type c:autoexec.bat/more
type c:autoexec.bat|pause
None of these

ANSWER DOWNLOAD EXAMIANS APP