how to clean cmd terminal code example
Example 1: clear terminal on windows
; -------------------------------------------------------------------------
; Cntr-L should clear screen
; -------------------------------------------------------------------------
#IfWinActive ahk_class ConsoleWindowClass
^L::
Send cls{Enter}
return
#IfWinActive
Example 2: how to clear terminal
Ctrl + L)how to clear terminal