home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / sedt_win.zip / INSTALL.HOW < prev    next >
Text File  |  1990-01-13  |  3KB  |  57 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 DOS 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:\DOS\*.* C:\SEDT
  14.                 COPY A:\DOC\*.* C:\SEDT
  15.         
  16.         Now check that SEDT will run  by  making the directory containing
  17.         all the files you current working directory. For example
  18.         
  19.                 C:
  20.                 CD \SEDT
  21.                 SEDT
  22.         
  23.         Sedt should fire up and be ready to accept commands.
  24.         
  25.         The next step is to make Sedt  runnable  from any directory.  The
  26.         simplest way to do this is to include  the  directory  containing
  27.         Sedt in your PATH statement in AUTOEXEC.BAT.  See your DOS manual
  28.         for instructions.
  29.         
  30.         You  can  speed up initialization if you create the logical  name
  31.         SEDT which  should  contain  the  directory  with the Sedt files.
  32.         This is done with the SET command in AUTOEXEC.BAT.  For example
  33.         
  34.                 SET SEDT=C:\SEDT
  35.         
  36.         In a file  server  environment you may wish to separate the files
  37.         into  public,  sharable  files    and   user-specific  files  for
  38.         customization  and data files.   The  environment  variable  SEDT
  39.         should point at the public directory,  which  may  be  read only.
  40.         The  logical  name  PSEDT  should  point  at  the  users  private
  41.         directory, to which there must be write access.    Here  the user
  42.         can  create a private SEDT.CNF file, rulers will be  saved  here,
  43.         and any other data file created by Sedt will reside here.
  44.         
  45.                 Once you have Sedt up and running, you will probably want
  46.         to start customizing  it for your preference.  By creating a file
  47.         called SEDT.CNF as instructed in  SEDTMAN.EDT, section 2.3.1, you
  48.         can increase performance dramatically and also make it behave the
  49.         way you prefer.
  50.         
  51.                 The Windows  version  of  Sedt  is  called WSEDT.EXE.  To
  52.         install it, copy  all  files  in  the  WINDOWS  directory  on the
  53.         installation floppy to the  same  directory  as  the other files.
  54.         For example:
  55.         
  56.                 COPY A:\WINDOWS\*.* C:\SEDT
  57.