This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title Windows 10 native ANSI colors fast and compact macro setup by AveYo - just replace ECHO with %%@%% and ^<ESC^> with @ | |
:: Initiate macro just once | |
call :@echo | |
:: [screenonly] [processed escape sequences] | |
%@% @^^[101;93m @[101;93m STYLES | |
%@% @^^[0m @[0m Reset | |
%@% @^^[1m @[1m Bold | |
%@% @^^[4m @[4m Underline |