CLS (Clear Screen)
The description below is from the book
DOS the
Easy
Way
by Everett Murdock Ph.D.
CLICK HERE
for information about downloading the book.
Type:
Internal (2.0 and later)
Syntax:
CLS
Purpose:
Clears (erases) the screen.
Discussion
Erases all characters and graphics from the screen; however, it does not change the currently-set screen attributes.
Example
Enter
cls
to clear the screen of everything but the command prompt and the cursor.
For more information about this command, refer to the downloadable book
DOS the Easy Way.
Back to the
Easy DOS
Command Index