Hi! im pretty new at batch codes! (.bat files)
and i want to learn me more :)
I can write like this
@Echo off
Title Blablaa!
Color 24
Echo Yo man! ;D
Echo this save to a sys file!>>"Yoh.sys"
:checkpointz
Echo The time is now %time% and the date is %date%
PING 1.1.1.1 -n 1 -w 1000 >NUL
GoTo checkpointz
Any guides there i can learn me more? i've google alot.
and i want learn me another code! its a code that only makes one text to bee a color!
also with the code color, it makes all the text that color :(
so i need a code to only make the font that color..
Also test write like this, its make all red when it say Pausing
@Echo off
:loop
Color 2
Echo Hmm, i love green!
Echo -----------------
Color 4
Echo -----Pausing-----
color 2
Echo -----------------
PING 1.1.1.1 -n 1 -w 2000 >NUL
GoTo loop
