How to make your own codes

                                 In this page I will teach you how to make your own codes.


lets start withsomething simple: @echo off
                                                :a
                                                color 9
                                                echo Hi there
                                                 cls
                                                 goto :a
easy right? I will explain What each one does. @echo off -means it satrts cmd
                                                                       :a - is a little more advanced bassicaly it creates a loop with  
                                                                       the - goto :a command
                                                                       color 9: sets what color you want the text to be
                                                                       echo:    means what you type will show up in cmd
                                                                       cls : clears all text
Use these commands to make a simple  Code post them at The share codes Page
Make sure you save the file as .bat