home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / varia / zshell28 / readme < prev    next >
Text File  |  1977-12-31  |  4KB  |  83 lines

  1. ============================================================================
  2. For those who never read documents:
  3.  Please read at least the small chapter in the documentation called
  4.  "For Those Who Never Read The Whole Documentation".
  5.  
  6. Features:
  7.  * Freeware, no payment required !
  8.  * Usage is similar (or better) to the standard AmigaDOS shell.
  9.  * Has 66 built-in commands including all often needed commands,
  10.    so no disk access is necessary.
  11.    eg. list, dir, cd, assign, delete, copy, move, path, info, type
  12.  * About 34K small (pure assembler code)
  13.  * Starting from Workbench (!) or CLI. No installation needed.
  14.  * ANONYMOUS PIPES. You can choose between real and pseudo pipes.
  15.  * Fast FILENAME COMPLETION by simply pressing TAB; shows all matches.
  16.  * REVIEW buffer to see again what scrolled out of the window.
  17.  * Some commands and debugging features for PROGRAMMERS.
  18.  * ONLINE HELP function and AmigaGuide documentation with examples.
  19.  * Support of OS2.0+ and OS3.0+ specific stuff.
  20.  * LOCALIZED using standard shell's catalog file.
  21.  * Can open window on own screen
  22.  * Wild cards and recursive processing.
  23.  * Real RUN and NEWCLI command that reenters ZShell quickly.
  24.  * Application-Window/-Icon
  25.  * 100% script compatibility
  26.  * Can create and show HARD- and SOFTLINKS.
  27.  * DIR and LIST both sort (by default) and show file sizes.
  28.  
  29. Description:
  30.  ZShell is a small (34K), fast and powerful Shell with many (66)
  31.  built-in commands. So it replaces most of the commands in the C:
  32.  directory (like LIST, COPY etc.) which saves disk space and
  33.  reduces disk accesses. There is NO way around ZShell for those
  34.  who do not have a hard disk or still have Kickstart 1.2/1.3 !
  35.  
  36.  But it is very useful for those with a better Kickstart and/or
  37.  hard disk, too, because for example it has powerful editing &
  38.  history, filename completion, pipes, review buffer, some
  39.  Kickstart 2.0/3.0 specific features and a lovely LIST command.
  40.  
  41.  I have tried to make ZShell compatible to the standard shell, not
  42.  just another UN*X shell clone, but with some features known from
  43.  UN*X shells. I especially have taken care that it is easy to use.
  44.  
  45.  ZShell is very useful for programmers, because it has things like
  46.  showing EXEC-lists and the task list, memory dumping and other
  47.  things you usually find in debuggers.
  48.  
  49.  You can switch off the internal command-line-editor to use
  50.  ZShell with console handlers like KingCON.
  51.  
  52. ============================================================================
  53.  
  54. ABOUT THE SOURCE
  55.  
  56. Please do not distribute modified versions of ZShell by your own,
  57. this would result in absolute chaos !
  58. The source code is provided, because there are so many interesting
  59. things in it and you can learn from it.
  60.  
  61. It is OK to change the source to adapt ZShell to your personal needs,
  62. but if you want to distribute a modified version, you have to
  63. follow these rules:
  64.  
  65. 1) It is strictly forbidden to use parts of the source or the whole
  66.    source or other parts of the ZShell distribution in commercial
  67.    software or in shareware !
  68. 2) You have to keep at least the copyright part, the author list and
  69.    the credits part of the documentation with your executable !
  70.    You may add yourself to them, but do not change them !
  71.    It is important that this remains freeware and all past authors
  72.    are still named as authors !
  73. 3) Distribute the source code with the executable !
  74. 4) Change the name of the program to avoid confusion !
  75. 5) Please contact me before, maybe I can include your changes into the
  76.    next release of ZShell !
  77.  
  78.  
  79. If you use parts of the source in your own program, it has to be Public
  80. Domain, Freeware, Giftware or Cardware, but never Shareware or commercial
  81. software !
  82. ============================================================================
  83.