Skip to content

Instantly share code, notes, and snippets.

View xuanchuong's full-sized avatar

xuanchuongdp xuanchuong

  • Axon Active Vietnam
  • Vietnam
View GitHub Profile
@xuanchuong
xuanchuong / win10colors.cmd
Created December 28, 2018 01:51 — 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)