Starting Simple Computer Programming
by the electrical engineer in Circuits > Software
2508 Views, 33 Favorites, 0 Comments
Starting Simple Computer Programming
Computer programming is very easy to master if you understand what you are doing. Most people who understand the basic do not need this instructable but people who do not can use this as a guide to the simplest half programming computer commands.
To start go to notepad which is in most pcs. This is our writing program. We will use this program to give the pc instructions of what we want it to do.
The first part you need to know is how to write something on the screen to do that write echo and then write pause;
echo hello text
pause;
echo hello text
pause;
next press file and save. Now it is important you save the file as .bat or else it will not run.
Jello text.bat
Jello text.bat
Now run the file it should display the text and say press any key to continue.
This is the end of the first part please favorite follow and subscribe to my youtube channel.