Batch Script - CLS



This batch command clears the screen.

Syntax

cls

Example

@echo off 
Cls

Output

The command prompt screen will be cleared.

batch_script_commands.htm
Advertisements