Skip to content

Simple and easy to use color plugin for batch scripts.

Notifications You must be signed in to change notification settings

hXR16F/Echo-Color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Echo Color - YouTube
Simple and easy to use color plugin for batch scripts.


screenshot

Syntax

call echocl.bat "string" newline fgcolor bgcolor

Syntax examples:

call echocl.bat "TEST #1" y c 4
call echocl.bat "TEST #2" y 0 e
call echocl.bat "TEST #3" n 1
call echocl.bat "TEST #3" n a

Example files

Run by double-clicking:

src/example1.bat

src/example2.bat

Note

Make sure you have disabled legacy console.

You can do this by adding this line to your code:

reg add "HKCU\Console" /V "ForceV2" /T "REG_DWORD" /D "0x00000001" /F >nul

Or by changing it in properties of cmd.exe.

About

Simple and easy to use color plugin for batch scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published