3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

batch programming. in a batch window.

batch programming. in a batch window.
in this instuctable (batch really) imma teach you how to batch program. (this is my first so please be gentle)
 
Remove these adsRemove these ads by Signing Up
 

Step 1Download this batch.

copy this code (i know its long but its the only way i know how to get it on.)

@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 StepDownload PDFView All StepsNext Step »
2 comments
Oct 23, 2009. 11:48 AMadmin says:
Hey, this is a great instructable and is very informative. Just one thing is missing... pictures! It really helps a lot when trying to follow directions so you should consider taking some photographs. Once you do that and leave me a message when you have so that we can publish your work. Thanks! Thanks for the cool instructable and we hope to publish this soon!
Sep 20, 2010. 4:56 AMpriv8tepir8te says:
This is good but why change * with (8) and (2) for @ The command can easily handle echo-ing these digits without a change

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

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
1
Author:life-is-beautiful