Batch - Emoji Colors -
this question has answer here:
i'm making sport game in batch , need: 1 of emoji people blue, , other emoji people red.
how can possibly that? thinks can maybe this:
set (emoji)=color 04
i hope understood me. please , ask questions if don't need.
some of asking code:
@echo off :start title sport game echo pick team: echo. echo 1. blue echo 2. red set /p start= if %start%== 1 goto blue if %start%== 2 goto red echo plase give me number.. pause goto start :blue cls echo on blue team! pause :red cls echo on red team! pause
you can try cecho.exe
. put .exe
file windows directory (%windir%) , can use normal command.
usage
cecho.exe {04}text in red{#} text in original color{\n} {xx} color code {#} revert original color {\n} newline
you can know more utility here(download link inside)
Comments
Post a Comment