home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOROOT.ZIP / README.DOC < prev   
Text File  |  1992-08-03  |  2KB  |  49 lines

  1.                    Free LOGO
  2.                    ---------
  3.  
  4. Installation:
  5.  
  6.        You should have 3 ZIP files (or 1 with 3 in it):
  7.  
  8.            LOGOROOT.ZIP    Contains .EXE, MANUAL, DRIVERS etc.
  9.            LOGOLIB.ZIP    Some nice examples.
  10.            LOGOHLP.ZIP    Online help files.
  11.  
  12.        Logo assumes the following structure
  13.  
  14.            C:\LOGO        Has LOGOROOT.ZIP files
  15.            C:\LOGO\LIB    Has LOGOLIB.ZIP files
  16.            C:\LOGO\HLP    Has LOGOHLP.ZIP files
  17.  
  18.        The \LIB and \HLP must be in the logo ROOT directory.
  19.        But the C:\LOGO (logo root directory) can be a different
  20.        directory and device by setting the "LOGOPATH" environment
  21.        variable. For example you could do the following.
  22.  
  23.        Add the following line to your AUTOEXEC.BAT
  24.  
  25.            SET LOGOPATH=D:\KIDS\NEATLOGO
  26.  
  27.        You would then have the following directories.
  28.  
  29.            D:\KIDS\NEATLOGO    Has LOGOROOT.ZIP files
  30.            D:\KIDS\NEATLOGO\LIB    Has LOGOLIB.ZIP files
  31.            D:\KIDS\NEATLOGO\HLP    Has LOGOHLP.ZIP files
  32.  
  33.        Logo also assumes "edline" as the default editor.
  34.        But if you have your own favorite editor then set
  35.        the EDITOR environment variable equal to the command
  36.        to execute your editor. For example if I wanted EMACS
  37.        as my default editor I would put the following in my
  38.        autoexec.bat file.
  39.  
  40.            SET EDITOR=EMACS
  41.  
  42. Supported hardware:
  43.  
  44.        Logo is compiled using Turbo-C and therefore Logo supports as
  45.         many devices types as Turbo-C allows. I have tested it on CGA,
  46.        EGA,VGA and NOT HERC. The LOGOROOT.ZIP files contains all the
  47.         drivers (.BGI) that Turbo-C supports.
  48.  
  49.