how to clear consle in cmd code example
Example 1: clear terminal windows
cls
===============================
will clear the windows terminal
Example 2: clear cmd
just type cls and hit enter
cls
===============================
will clear the windows terminal
just type cls and hit enter