Remove these ads by
Signing UpStep 1Download this batch.
@echo off
color 0c
echo welcome to the basic batch programing.
echo -
echo this batch file is to help you understand and learn batch coding.
echo -
PAUSE
echo -
echo note: any number like this (8) means * and (2) means @
echo -
PAUSE
echo -
echo open notepad.
echo -
PAUSE
echo -
echo now that you have notepad open type in @echo off
echo -
PAUSE
echo -
echo now hit enter. please remember that after a line you must press enter.
echo -
PAUSE
echo -
echo now that you hit enter (im sure your not retarted)
echo -
PAuse
echo -
echo type echo then hit space
echo -
PAUSE
echo -
echo now type "this is my practice batch"
echo -
PAUSE
echo -
echo now that you have done that dont forget to press enter button
echo -
PAUSE
echo -
echo now type echo -
echo -
PAUSE
echo -
echo ok so now type PAUSE
echo -
PAUSE
echo -
echo now im sure your wondering how the text is red. well thats next
echo -
PAUSE
echo -
echo ok so how the text is red is this code color 0c
echo -
echo the number is the background and the letter is the text.
echo -
PAUSE
echo -
echo now imma make the text purple
echo -
PAUSE
color 0d
echo -
echo ok so now i want you to type in color 0a
echo -
echo this will make the text green and the background black
echo -
PAUSE
echo -
echo ok after you do that hit enter and move on
echo -
PAUSE
echo -
msg * welcome to the next level of batch
echo -
PAUSE
echo -
msg * to do this message style box type in msg (8)
echo -
msg * this you dont have to type pause as the next box comes up after the last one is closed.
echo -
msg * ok now type msg (8) into the notepad
echo -
PAUse
echo -
msg * now type in "this is a message from me."
echo -
echo now hit enter and add another PAUSE command at the end.
echo -
PAUSE
echo -
msg * ok so know that you know the basics of cmdprompt click save as
echo -
PAUSE
echo -
msg * ok so now save it as practicebatch.bat TO YOUR DESKTOP
echo -
PAUSE
echo -
msg * thank you for using my instuctable. this was made by life-is-beautiful.
echo -
PAUSE
| « Previous Step | Download PDFView All Steps | Next Step » |





































eg: msg * to type a message simply type msg *
and to echo @ we just echo @
no need for the changes but otherwise cool
happy coding