home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / YAOS03.ZIP / YAOS03.TXT < prev   
Text File  |  1994-01-20  |  2KB  |  71 lines

  1.  
  2.        OS/2 Upload Information Template for ftp-os2.nmsu.edu
  3.  
  4. Archive Name: yaos03.zip
  5. Program Description: Yet Another OS/2 Shell (features filename completion)
  6. Operating Systems: 2.1
  7. Program Source: cplee@students.wisc.edu
  8. Replaces: yaos02.zip
  9.  
  10. Your name: Lee, Cjin Pheow
  11. Your email address: cplee@students.wisc.edu
  12.  
  13. Proposed directory for placement:
  14.     /os2/2_x/sysutils/shells
  15.  
  16. -------------------------------------------------------------------------------
  17.         YAOS (Yet Another OS/2 Shell) version 0.3, Copyright 1994
  18.         =========================================================
  19.                               (FREEWARE)
  20. This is a simple shell that runs on top of cmd.exe. It's features
  21. are:
  22.  
  23.       * Unix-like file name completion using the <esc> or <tab> key
  24.         Possible file names are toggled with each <esc> or <tab>
  25.         stroke if the commandline argument '-t' is specificied.
  26.  
  27.       * a history of previous used commands with ability
  28.         to access them using commands like: !!, !4, !v test.c
  29.         (those familiar with unix would know what I am
  30.         talking about). Of course, the up and down cursor
  31.         keys will scroll through previous commands too.
  32.  
  33.       * ability to change directory to any [drive:\directory]
  34.         in a single command using the normal 'cd' command.
  35.  
  36.       * last but not least, it is FREE.
  37.  
  38. This is the third release of YAOS. The new features are:
  39.       * full implementation of the prompt command except for:
  40.                 $I, $R and $V
  41.  
  42.       * full implementation of commandline editing except for the
  43.         escape key (escape key is used in filename completion)
  44.  
  45.       * the 'set' command works now
  46.  
  47.       * smarter file name completion (file name completion can only
  48.         be performed at the end of the commandline still)
  49.  
  50.       * works with programs that changes directory (like "vcd").
  51.  
  52. This release is by no means a bug free version. However, I hope you'll
  53. use and like YAOS. Suggestions and comments are welcomed.
  54.  
  55. Installation
  56. ------------
  57. 1) Copy YAOS.EXE to a PATHed directory (eg. C:\OS)
  58.  
  59. 2) Copy EMX.DLL to a LIBRARY directory (eg. C:\OS\DLL)
  60.  
  61. 3) Now you can safely run YAOS
  62.  
  63. NOTE: Failure to perform the above steps will result in improper execution
  64.       of YAOS.
  65.  
  66. Author:
  67. -------
  68.         Lee, Cjin Pheow
  69.         Email: cplee@students.wisc.edu
  70.         20 January, 1994
  71.