Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1689

echo-rainbow.bat - rainbow-ize any message

$
0
0
Rainbow-echo (echo-rainbow.bat). Included in attachments is echo-rainbow.bat, as well as set-colors.bat which is optional and used in a non-required way.



1689541613073.png

Code:
@echo off

rem *** Are we running in test mode?
        if "%*"=="test" (
            gosub :generateTestString
        ) else (
            set inputStr=%*
        )

rem *** Get length of string...

Read more

Viewing all articles
Browse latest Browse all 1689

Trending Articles