
       ---------------------------------------------------------------- 

                           TIME TO RUN THE PROGRAM!

       ---------------------------------------------------------------- 

       From a previous chapter of this tutorial we again offer the
       reminder that the following file extension relate to a file
       or program that can be run!


       .EXE       ---------> An EXECUTABLE FILE which starts program
       .COM       ---------> A COMMAND FILE which starts program
       .BAT       ---------> BATCH FILE which starts program
       .BAS       ---------> BASIC file which can be run with
                             the aid of the GWBASIC interpreter
                             GWBASIC which is normally on your DOS
                             disk or hard drive.

       Examples: 

       File is HMFAST.EXE. To start, assuming the file is on the C: 
       hard drive,

       C>HMFAST   <then press enter or return key>   starts program.

       File is ASEASY.COM. To start, assuming the file is on the A:
       floppy drive,

       A>ASEASY   <then press enter or return key>   starts program.


