How to Create Notepad Rainbow
Step -1
Open Notepad Press Win + R Type Notepad and Press Enter
Step -2
Type This Text ↓
@echo off
cls
:loop
color 0a
echo "Your Text Here"
ping localhost -n 1 >nul
color 0b
echo "Your Text Here"
ping localhost -n 1 >nul
color 0c
echo "Your Text Here"
ping localhost -n 1 >nul
color 0d
echo "Your Text Here"
ping localhost -n 1 >nul
color 0e
echo "Your Text Here"
ping localhost -n 1 >nul
color 0f
echo "Your Text Here"
ping localhost -n 1 >nul
goto loop
To Download This Code Click Link In Below ↓

0 Comments
If You Have Any doubts, Please Let Me Know