home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / cmdpk164.zip / readme < prev    next >
Text File  |  1997-12-31  |  3KB  |  100 lines

  1. /* readme  - this is the readme file of the MlRxShl package  971231 */
  2.  
  3. MlRxShl provides tools which improve the command-line environment.  But
  4. it's NOT another cmd.exe replacement.
  5.  
  6. The following text describes the content of this package, and what
  7. features it provides.
  8.  
  9. This package contains the following files:
  10.  
  11.    cmdshl.cmd     -- the command shell front end.
  12.    df.cmd         -- an Unix-like DF command.
  13.    file_id.diz    -- a short description used by BBS.
  14.    fl.cmd         -- a filelist-like file manager.
  15.    fl.hlp         -- the fl.cmd online help.
  16.    less.cmd       -- a better more.
  17.    mlrxshl.inf    -- the complete documentation.
  18.    mlrxshl0.ipf   -- the documentation header source code.
  19.    mlrxshl0.inf   -- the documentation header.
  20.    popd.cmd       -- a 'pop dir' command.
  21.    profile.fl     -- a FL profile sample.
  22.    profile.shl    -- a CMDSHL profile sample.
  23.    profile1.shl   -- a commented version of PROFILE.SHL.
  24.    pushd.cmd      -- a 'push dir' command.
  25.    query.cmd      -- extracts various information from %ETC%\connect.log
  26.    readme         -- this file!
  27.    rexxvio.dll    -- the text-mode interface for REXX.
  28.    sdir.cmd       -- puts some colors in your directory listings.
  29.    whence.cmd     -- find a file along a path (PATH by default).
  30.  
  31.  
  32. FEATURES:
  33. =========
  34.  
  35.    The five provided tools are completely independent.
  36.  
  37.  CmdShl
  38.  ------
  39.  
  40.    CmdShl is a command interpreter front-end.  It provides improved
  41.    editing commands, alias, filename completion, ...
  42.  
  43.    It can use cmd.exe, 4os2.exe or any other command interpreter which
  44.    provides a Rexx environment.
  45.  
  46.  Fl.cmd
  47.  ------
  48.  
  49.    Fl is yet another character-mode file manager.  It mimics the
  50.    features of FILELIST.
  51.  
  52.  less.cmd
  53.  --------
  54.  
  55.    Less is (yet another) better more.  This one can act as a filter or
  56.    as a command, allows horizontal and vertical scrolling, can locate
  57.    specific text strings, ..., and, most of all, has a much faster
  58.    display speed than more.exe.
  59.  
  60.    And less.cmd is so small (less than 2Kb :-)...
  61.  
  62.  SDir.cmd
  63.  --------
  64.  
  65.    SDir is a drop-in replacement for the default DIR command.  It
  66.    provides user-definable highlighting.
  67.  
  68.  Query.cmd
  69.  ---------
  70.  
  71.    QUERY is a command used to extract various data.  It is especially
  72.    useful if you are using Ultimedia Mail/Lite as your mail reader or
  73.    IBM Global Network as your Internet provider.  It was created to
  74.    simply obtain data that were concealed or not otherwise directly
  75.    available.
  76.  
  77.  
  78. INSTALLATION:
  79. =============
  80.  
  81.    Unpack the archive in a temporary directory and read the online help
  82.    for details on how to install the features you are interested in by
  83.    issuing the following command:
  84.  
  85.       VIEW MRXSHL0+MLRXSHL
  86.  
  87.  
  88. MORE INFORMATION:
  89. =================
  90.  
  91.    You can read more about the current release of MlRxShl by pointing
  92.    your WWW browser at: http://wwwi3s.unice.fr/~lafaix.  The complete
  93.    online help is available in HTML format, so that you can read it
  94.    before downloading this package.
  95.  
  96.  
  97. --
  98. Martin Lafaix
  99. lafaix@ibm.net
  100.