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|pause
None of these
type c:autoexec.bat|more.
type c:autoexec.bat/more
type c:autoexec.bat /p

ANSWER DOWNLOAD EXAMIANS APP

Disc Operating System (DOS)
Which of the following applies to external DOS commands?

External commands reside in RAM until called
External commands are stored on disk separately from COMMAND.COM
External commands must always be used with the /e switch
External commands can only be executed from a batch file.

ANSWER DOWNLOAD EXAMIANS APP