Answers for "command to clear the terminal in windows"

21

clear terminal windows

cls
===============================
will clear the windows terminal
Posted by: Guest on July-15-2020
1

clear terminal on windows

; -------------------------------------------------------------------------
; Cntr-L should clear screen
; -------------------------------------------------------------------------
#IfWinActive ahk_class ConsoleWindowClass
^L::
Send cls{Enter}
return

#IfWinActive
Posted by: Guest on January-26-2021

Code answers related to "command to clear the terminal in windows"

Browse Popular Code Answers by Language