Skip to content

Instantly share code, notes, and snippets.

View habby1337's full-sized avatar
๐Ÿ›
Creating bugs...

Federico Tensi habby1337

๐Ÿ›
Creating bugs...
View GitHub Profile
@habby1337
habby1337 / win10colors.cmd
Created September 18, 2018 14:47 — forked from mlocati/win10colors.cmd
ANSI Colors in standard Windows 10 shell
@echo off
cls
echo  STYLES 
echo ^<ESC^>[0m Reset
echo ^<ESC^>[1m Bold
echo ^<ESC^>[4m Underline
echo ^<ESC^>[7m Inverse
echo.
echo  NORMAL FOREGROUND COLORS 
echo ^<ESC^>[30m Black (black)