@echo off color 0a title batch echo Hello and welcome to your coding tutorial #1 timeout /t 1 /nobreak >nul echo This coding tutorial will be short as it is my first timeout /t 1 /nobreak >nul echo This is only for beginners echo - PAUSE echo Open up notepad timeout /t 1 /nobreak >nul echo and type @echo off timeout /t 1 /nobreak >nul echo Then press enter echo - timeout /t 1 /nobreak >nul PAUSE msg * Next level timeout /t 5 /nobreak >nul echo Now I will change the color from green to yellow timeout /t 1 /nobreak >nul color e timeout /t 1 /nobreak >nul echo Now to do this you have to do this "color a" without the speech marks timeout /t 1 /nobreak >nul echo - timeout /t 1 /nobreak >nul PAUSE msg * Next level timeout /t 1 /nobreak >nul echo This level will be for messages echo like the next level one timeout /t 1 /nobreak >nul echo to do this you must do msg * (yourmessagehere) timeout /t 1 /nobreak >nul echo lets test it out timeout /t 1 /nobreak >nul msg * yourmessagehere timeout /t 1 /nobreak >nul PAUSE echo Thank you for using my tutorial please post in comments if you want more timeout /t 4 /nobreak >nul