home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / sedt / install.how < prev    next >
Text File  |  1994-01-31  |  2KB  |  49 lines

  1.         It is strongly advisable to install Sedt in its own subdirectory.
  2.         This makes  organization  of  the  files  and future updates much
  3.         easier.  To  create a subdirectory under OS/2 use the MD command.
  4.         For example
  5.         
  6.                 MD C:\SEDT
  7.         
  8.         will create a directory calles SEDT on drive C.
  9.         
  10.         Next  copy  all  files  from   the  installation  floppy  to  the
  11.         subdirectory with the COPY command. For example
  12.         
  13.                 COPY A:*.* C:\SEDT
  14.         
  15.         Now check that SEDT will run  by  making the directory containing
  16.         all the files you current working directory. For example
  17.         
  18.                 C:
  19.                 CD \SEDT
  20.                 SEDT
  21.         
  22.         Sedt should fire up and be ready to accept commands.
  23.         
  24.         The next step is to make Sedt  runnable  from any directory.  The
  25.         simplest way to do this is to include  the  directory  containing
  26.         Sedt in your PATH  statement in CONFIG.SYS.  See your OS/2 manual
  27.         for instructions.
  28.         
  29.         You  can  speed up initialization if you create the logical  name
  30.         SEDT which  should  contain  the  directory  with the Sedt files.
  31.         This is done with the SET command in CONFIG.SYS.  For example
  32.         
  33.                 SET SEDT=C:\SEDT
  34.         
  35.         In a file  server  environment you may wish to separate the files
  36.         into  public,  sharable  files    and   user-specific  files  for
  37.         customization  and data files.   The  environment  variable  SEDT
  38.         should point at the public directory,  which  may  be  read only.
  39.         The  logical  name  PSEDT  should  point  at  the  users  private
  40.         directory, to which there must be write access.    Here  the user
  41.         can  create a private SEDT.CNF file, rulers will be  saved  here,
  42.         and any other data file created by Sedt will reside here.
  43.         
  44.                 Once you have Sedt up and running, you will probably want
  45.         to start customizing  it for your preference.  By creating a file
  46.         called SEDT.CNF as instructed in  SEDTMAN.EDT, section 2.3.1, you
  47.         can increase performance dramatically and also make it behave the
  48.         way you prefer.
  49.