Simple Batch Coding - THE TECH RELATED BLOG
Trending

Simple Batch Coding

In this 'step by step' tutorial I will be showing you Simple Batch Programming. Once you have completed this step by step tutorial you may find batch programming as easy as pie (not the mathematical pie).

I will show you three different batch programs. One will be a load of random numbers, another will be how to make the program say stuff and last one how to type to the computer. (sorry if you know all this but i cant use the if command its complicated if you want to find out more type 'if /?')
 
STEP 1
You must have notepad to do this and you have to start with the following command:
@echo off

Since you can't read the pic you have to have a number then a letter for your different colors the number is the back ground and the letter is the writing. here are the numbers and letter:

Right first when your batch programing you have to write 'color' then one of the following number and letter:

0= black      a= green
1= blue        b= apua
2= green     c= red
3= apua      d= purple
4= red          e= yellow
5= purple     f= bright white
6= yellow
7= white
8= gray
9= light blue
 
Share the post with friends
Simple Batch Coding Reviewed by Egunleti Damilola on Tuesday, June 14, 2016 Rating: 5 In this 'step by step' tutorial I will be showing you Simple Batch Programming. Once you have completed this step by step tutori...

No comments: