home *** CD-ROM | disk | FTP | other *** search
/ Hobbies & Leisure - Plus Bible Study & Games / HobbiesLeisurePlusBibleStudyAndGamesMapleMedia1995.disc1of1.iso / what_shr / running.txt < prev    next >
Text File  |  1993-05-20  |  1KB  |  34 lines

  1.  
  2.        ---------------------------------------------------------------- 
  3.  
  4.                            TIME TO RUN THE PROGRAM!
  5.  
  6.        ---------------------------------------------------------------- 
  7.  
  8.        From a previous chapter of this tutorial we again offer the
  9.        reminder that the following file extension relate to a file
  10.        or program that can be run!
  11.  
  12.  
  13.        .EXE       ---------> An EXECUTABLE FILE which starts program
  14.        .COM       ---------> A COMMAND FILE which starts program
  15.        .BAT       ---------> BATCH FILE which starts program
  16.        .BAS       ---------> BASIC file which can be run with
  17.                              the aid of the GWBASIC interpreter
  18.                              GWBASIC which is normally on your DOS
  19.                              disk or hard drive.
  20.  
  21.        Examples: 
  22.  
  23.        File is HMFAST.EXE. To start, assuming the file is on the C: 
  24.        hard drive,
  25.  
  26.        C>HMFAST   <then press enter or return key>   starts program.
  27.  
  28.        File is ASEASY.COM. To start, assuming the file is on the A:
  29.        floppy drive,
  30.  
  31.        A>ASEASY   <then press enter or return key>   starts program.
  32.  
  33.  
  34.