Answers for "clear command prompt"

21

clear terminal windows

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

cmd clear

cls #cls == clear screen, clears all previous commands in the cmd
Posted by: Guest on May-31-2021
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 "clear command prompt"

Browse Popular Code Answers by Language