Skip to content

Instantly share code, notes, and snippets.

View Zenyph's full-sized avatar
🔴
Do not disturb

Zenyph Zenyph

🔴
Do not disturb
View GitHub Profile
@Zenyph
Zenyph / win10colors.cmd
Created September 7, 2023 17:13 — forked from mlocati/win10colors.cmd
ANSI Colors in standard Windows 10 shell
@echo off
setlocal
call :setESC
cls
echo %ESC%[101;93m STYLES %ESC%[0m
echo ^<ESC^>[0m %ESC%[0mReset%ESC%[0m
echo ^<ESC^>[1m %ESC%[1mBold%ESC%[0m
echo ^<ESC^>[4m %ESC%[4mUnderline%ESC%[0m