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: step one all the different colours you can use in batch programming.
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 colours 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 numer 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
No comments:
Post a Comment