home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / guide / minixpkguide.lha / ZShell.readme < prev   
Encoding:
Text File  |  1995-03-09  |  3.3 KB  |  105 lines

  1. (I just could not stand the temptation to include this here :-)
  2.  
  3.  
  4. TITLE
  5.  
  6.    ZShell
  7.  
  8. VERSION
  9.  
  10.    2.4  (26.02.95)
  11.  
  12. AUTHOR
  13.  
  14.    Up to version 1.3:
  15.    Paul Hayter
  16.  
  17.    From version 2.0 to 2.4:
  18.    Martin Gierich  (uj3w@rz.uni-karlsruhe.de)
  19.  
  20. DESCRIPTION
  21.  
  22.    Features:
  23.    * Usage is similar (or better) to the standard AmigaDOS shell.
  24.    * Supports the standard housekeeping commands which are builtin,
  25.      so no disk access is necessary.
  26.      eg. list, dir, cd, assign, delete, copy, move, path, info, type
  27.    * A total of 65 builtin commands.
  28.    * About 31K small (pure assembler code, source included).
  29.    * Starting from Workbench (!) or CLI. No installation needed.
  30.    * Filenamecompletion by simply pressing TAB; shows all matches.
  31.    * Review-buffer to see again what scrolled out of the window.
  32.    * Some commands and debugging features for programmers.
  33.    * Command line editing better than OS2.0 Shell.
  34.    * Support of OS2.0+ and OS3.0+ specific features.
  35.    * DIR and LIST both sort (by default) and show filesizes.
  36.    * Wild cards and recursive processing.
  37.    * Makes itself resident for quicker starting and memory saving.
  38.    * Real (!) RUN and NEWCLI command that reenters ZShell quickly.
  39.    * ApplicationWindow/-Icon
  40.    * Simple 'MORE' type text viewer.
  41.    * Online Help function and AmigaGuide documentation with examples.
  42.    * Can create and show Hard- and Softlinks.
  43.  
  44.    ZShell is a small (31K), fast and powerful Shell with many (65)
  45.    builtin commands. So it replaces most of the commands in the C:
  46.    directory (like LIST, COPY etc.) what effects in saving disk space
  47.    and reducing disk accesses. There is no way around ZShell for
  48.    those who do not have a harddisk or still have Kickstart 1.2/1.3 .
  49.  
  50.    But it is useful for those with a better Kickstart and/or
  51.    harddisk, too, because for example it has powerful editing &
  52.    history, filenamecompletion, review buffer, some Kickstart
  53.    2.0/3.0 specific features and a lovely LIST command.
  54.  
  55.    ZShell is inteded for shell users who do not need a script
  56.    file execution which is as complex as a programming language
  57.    (simple script execution with IF, ASK, SKIP etc. is supported).
  58.    I tried to make usage nearly like the AmigaDOS Shell with some
  59.    features known from UN*X Shells but without a confusing variety
  60.    of options ("LIST -R" and "LIST ALL" both work).
  61.  
  62.    For programmers ZShell has things like showing EXEC-lists and
  63.    the task list, memory dumping and execution checking.
  64.  
  65.    You can switch off the internal command-line-editor to use
  66.    ZShell with console handlers like KingCON.
  67.  
  68. NEW FEATURES SINCE V2.2
  69.  
  70.    Support of OS2.0+ specific stuff (MALELINK, MAKEICON,
  71.    ASSIGN ADD, Application-Window etc.).
  72.    Totally rewrote PATH, COPY, DELETE, PROTECT, MOVE and JOIN.
  73.    Bugfixes
  74.  
  75. SPECIAL REQUIREMENTS
  76.  
  77.    None.
  78.    (Works with every Kickstart and does not use
  79.    disk-based libraries.)
  80.  
  81. AVAILABILITY
  82.  
  83.    Aminet
  84.    ftp://ftp.uni-paderborn.de/pub/aminet/util/shell/ZShell24.lha (197539)
  85.  
  86.    Version 2.2 is available on
  87.    ftp://ftp.funet.fi/pub/amiga/shells/ZShell-22.lha (190241)
  88.  
  89. PRICE
  90.  
  91.    Free.
  92.  
  93. DISTRIBUTABILITY
  94.  
  95.    Freeware.
  96.    Copyrighted by Paul Hayter (1990/91) and
  97.    Martin Gierich (1993-95).
  98.  
  99. OTHER
  100.  
  101.    This is a major update made by Martin Gierich to ZShell
  102.    version 1.3 on the Fish Library Disk 537 from Paul Hayter.
  103.    Nearly everything has been changed.
  104.  
  105.