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?
Options
A. type c:\autoexec.bat /p
B. type c:\autoexec.bat/more
C. type c:\autoexec.bat|pause
D. type c:\autoexec.bat|more.
E. None of the above
Correct Answer
type c:\autoexec.bat|more.
More questions
1. In order to increase the amount of memory available for a system, what is the maximum size of a swap partition (with kernel version 2.2.x)?