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

ANSWER DOWNLOAD EXAMIANS APP

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

Internal commands are stored on disk separately from COMMAND.COM
Internal commands are reserved for DOS-level programming
Internal commands can be run whenever the DOS prompt is displayed
Internal commands can only be executed from a batch file

ANSWER DOWNLOAD EXAMIANS APP