Files
laragon/bin/cmder/vendor/conemu-maximus5/ConEmu/ClsEx.cmd
2025-10-05 17:33:37 +02:00

17 lines
337 B
Batchfile
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
rem You want to get your cmd.exe prompt bottom aligned?
rem On ConEmu startup and after "cls"?
rem It is possible, run this file as your shell:
rem cmd.exe /k ClsEx.cmd
rem Need to install alias?
if NOT "%~1"=="/CLS" (
doskey cls="%~0" /CLS
title cmd
)
rem Do clear screen and goto bottom
set ESC=
echo %ESC%[2J%ESC%[9999E