Skip to content

Instantly share code, notes, and snippets.

View circleference's full-sized avatar

Albert circleference

  • Randers, Denmark
  • 20:33 (UTC +01:00)
View GitHub Profile
@mlocati
mlocati / win10colors.cmd
Last active January 21, 2026 17:05
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