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 1689541613073.png]()
Read more
Code:
@echo off
rem *** Are we running in test mode?
if "%*"=="test" (
gosub :generateTestString
) else (
set inputStr=%*
)
rem *** Get length of string...
Read more