Starting Simple Computer Programming

by the electrical engineer in Circuits > Software

2501 Views, 33 Favorites, 0 Comments

Starting Simple Computer Programming

14, 3:04 PM.jpg
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.

14, 3:04 PM.jpg
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.

14, 3:04 PM.jpg
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;

14, 3:04 PM.jpg
next press file and save. Now it is important you save the file as .bat or else it will not run.

Jello text.bat

14, 3:04 PM.jpg
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.