Simple Programming
   This is new! I updated it with a new way that works for EVERYBODY [that has Windows]!
How to make a loop:
Step 1:

Click
Start > Programs > Accessories > Notepad

Step 2:
Copy the bluish text, and paste it into Notepad.

@echo off
echo
         This is a loop!
title
Loop!
pause
cls
:A
echo
Hello!
pause
goto A;

Step 3:
Go to
File > Save As and where it says save as type, select All Files, and save it as loop.bat.

Step 4: Open it from wherever you saved it, and there you go!

**You can change the
italicized parts of the code if you want to.
Your name and e-mail address:
Did it work for you?
Enter your system type:
example: windows 98
Many people have been asking for a simple program I made called Flashy. To make it: follow the instructions on how to make a loop, but replace the bluish text with the following:
@echo off
Title Flashy
echo Flashy Program
echo Made by: Matt S.
pause
cls
:A
color F0
pause
cls
color 0F
pause
cls
goto A;

This is a program I created. It is very simple and if I may say, clever.
***HEADACHE WARNING***
If you are too lazy ot make flashy, you can download the zip file. Click here.
See the color changing tutorial
here.
Go to my program page!