Computer Programme

by gandalf2002 in Circuits > Computers

1225 Views, 11 Favorites, 0 Comments

Computer Programme

computer.jpg
Most people think that creating a programme on a computer takes experience and hi-tech expensive software, but, all you need is a computer with notepad and this instructable!

Open Notepad

IMG_1396.JPG
Open the Notepad program. If your computer is Windows, Notepad is already on it.

Type in the Code

IMG_1405.JPG
Type this in, replacing the <insert text here> with whatever you want!

@echo off
echo <insert text here>
pause
echo <insert text here>
pause
echo <insert text here>

Save the File

IMG_1400.JPG
You can name the file whatever you want, but, it has to end in .bat or it will not work!

Open the File

IMG_1404.JPG
Go to Windows Explorer at the bottom of your screen. It looks like a folder. Open up documents and search for the name of your file. It should have an icon with a gear on it. Click the file!

IMG_1406.JPG