Windows operating systems provides MS DOS command prompt for without GUI management. MSDOS is used for different purposes like monitoring, management, scripting etc. This type of operations generally makes MS DOS screen a mess.
Clean MS-DOS Command Prompt
We can clear MS DOS prompt with cls
command easily. This command will also flush the whole buffer too. Meaning is Clean Screen.
> cls