home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 69 / af069sub.adf / ZShell21 / ReadMe next >
Text File  |  1994-12-11  |  3KB  |  57 lines

  1. Short: A fast, small and powerful SHELL.
  2. Type: util/shell
  3. Uploader: uj3w@ibm3090.rz.uni-karlsruhe.de  (Martin Gierich)
  4.  
  5. Version: ZShell V2.1 (11.12.94)
  6. Author: Paul Hayter & Martin Gierich
  7. Requirements: Just an Amiga
  8.  
  9. For those who never read documents:
  10.   Start the file called ZShell from Workbench or CLI (SHELL), or even
  11.   better: Put the file ZShell in the C: directory and start the file ZSH.
  12.   Now press the HELP key. Among lots of other information you see
  13.   'TYPE HELP ? ...'. Make sure that ZShell.doc is in the current directory
  14.   and try that. You will see how to use the ONLINE HELP. Try to type
  15.   'HELP HISTORY' to see how command line editing works. Execute the example
  16.   startup file 'ZStart' or put it into the S: drawer.
  17.  
  18. Some of the features:
  19. * Freeware, no payment required.
  20. * Usage is similar (or better) to the standard AmigaDOS shell.
  21. * Supports the standard housekeeping commands which are builtin,
  22.   so no disk access is necessary.
  23.   eg. list, dir, cd, rename, makedir, delete, copy, path, info, type
  24. * A total of 64 builtin commands.
  25. * About 26K small (pure assembler code, source included).
  26. * Starting from Workbench or CLI/Shell possible.
  27. * Filenamecompletion by simply pressing TAB.
  28. * Review-buffer to see what scrolled out of the window.
  29. * Command line editing better than KS2.0 .
  30. * Command and Function key aliasing.
  31. * DIR and LIST both sort (by default) and show filesize.
  32. * Simple 'MORE' type text viewer.
  33. * Some commands and features for debugging system/programs.
  34. * Online HELP function and documentation with examples.
  35. * Has a kind of Memory-Clock with alarm.
  36. * Colourful output, can be reduced to one colour.
  37.  
  38. Description:
  39.   ZShell is a small (26K), fast and powerful SHELL with many (64) builtin
  40.   commands. So it replaces most of the commands in the C: directory
  41.   what effects in saving disk space and reducing disk accesses. There
  42.   is no way around ZShell for those who do not have a harddisk or still
  43.   have Kickstart 1.2/1.3 . But it is useful for those with a better
  44.   Kickstart and/or harddisk, too, because for example it has powerful
  45.   editing & history, filenamecompletion, review buffer and a lovely
  46.   LIST, DIR and INFO command (very sensible ones !). I tried to made
  47.   usage similar to the AmigaDOS Shell for easy using.
  48.  
  49. Note:
  50.   This is an update to Version 1.3 on the Fish Library Disk 537 from
  51.   Paul Hayter. I (Martin) tried to ask him for permission to release
  52.   this, but he has not answered. Because it is still Freeware and the
  53.   original executable with documentation is included, I do not think
  54.   that I am doing something nasty. ( In the original distribution
  55.   there was the source code included but there was nothing stated
  56.   about changing the source. )
  57.