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?

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

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 can only be executed from a batch file.
External commands must always be used with the /e switch

ANSWER DOWNLOAD EXAMIANS APP