Remove obsolete stuffs

This commit is contained in:
leokhoa
2025-10-05 17:33:37 +02:00
parent 71b1fe4850
commit 1c759708e4
15680 changed files with 4890893 additions and 139873 deletions

View File

@@ -0,0 +1,26 @@
@echo off
rem Run this file in cmd.exe or tcc.exe to change
rem Title of console window.
rem Change cmd.exe title permanently to "This is my cmd"
rem SetConTitle.cmd "This is my cmd"
rem To remove title "locking" just run this without args
rem SetConTitle.cmd
rem Note!
rem "Inject ConEmuHk" and "ANSI X3.64" options
rem must be turned ON in ConEmu Settings!
rem set ESC=
call "%~dp0SetEscChar.cmd"
rem Next command will change title immediately (once)
rem Have not much use, because next time cmd prompt
rem appears, cmd.exe will revert title back
echo %ESC%]2;"%~1"%ESC%\
rem And this will change title each time cmd prompt appears
rem This will lock title to your desired value
prompt $e]2;"%~1"$e\$p$g