Skip to content

Instantly share code, notes, and snippets.

View KiT106's full-sized avatar

Dzung KiT KiT106

View GitHub Profile
@KiT106
KiT106 / win10colors.cmd
Created March 29, 2017 09:37 — 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)