CLS (Clear Screen)


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.


Back to the Easy DOS Command Index