home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / yaos / yaos05.txt < prev   
Text File  |  1994-02-04  |  3KB  |  98 lines

  1.  
  2.        OS/2 Upload Information Template for ftp-os2.nmsu.edu
  3.  
  4. Archive Name: yaos05.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: yaos04.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
  15.  
  16. -------------------------------------------------------------------------------
  17.         YAOS (Yet Another OS/2 Shell) version 0.5, Copyright 1994
  18.         =========================================================
  19.                               (FREEWARE)
  20. This is a shell that runs on top of cmd.exe. Its features are:
  21.  
  22.       * Unix-like file name completion using the <esc> or <tab> key
  23.  
  24.       * a history of previously used commands with ability
  25.         to access them using commands like: !!, !4, !v test.c
  26.         (those familiar with unix would know what I am
  27.         talking about). Of course, the up and down cursor
  28.         keys will scroll through previous commands too.
  29.  
  30.       * ability to change directory to any [drive:\directory]
  31.         in a single command using the normal 'cd' command.
  32.  
  33.       * support for prompt setting in OS/2 (except for $R and $V)
  34.  
  35.       * full implementation of command line editing
  36.  
  37.       * a popup window that displays the possible file names for
  38.         completion. You can scroll through the entries in this
  39.         popup window using the up and down arrow-keys.
  40.         ['-w' option when starting YAOS]
  41.  
  42.       * Alt-H keystroke will bring up a popup window containing
  43.         commands that are stored in history. Again, you can scroll
  44.         through this list using the cursor keys. (The window will
  45.         only appear if there are two or more commands in history).
  46.  
  47.       * last but not least, it is FREE
  48.  
  49. New in this release:
  50. -------------------
  51.  
  52.       * Prompt setting keyword '$i' is now recognized.
  53.  
  54.       * Insert mode cursor is now a block cursor.
  55.  
  56.       * File name completion is now possible in the middle of the 
  57.     commandline (previously, file name completion is allowed
  58.     only at the end of the commandline).
  59.  
  60.       * If no starting characters are specified, all entries in the
  61.         appropriate directory are possible candidate for 'completing'
  62.         the file name (this works in Toggle and Popup Window mode only).
  63.  
  64.       * [-f] argument: Fast mode. Directory changing program like
  65.         vcd does not work in this mode. However, choosing this mode
  66.         results in better YAOS performance in terms of speed. 
  67.         (The functionality of programs like vcd is planned to be included
  68.          in future releases of YAOS).
  69.  
  70.       * [-i] argument: Defaulting to insert mode on startup.
  71.  
  72.       * The Home and End keys now work in popup windows (together with
  73.         the Up & Down arrow keys).
  74.  
  75.  
  76.  
  77. This release is by no means a bug free version. However, I hope you'll
  78. use and like YAOS. Suggestions and comments (including bug reports) are 
  79. strongly welcomed.
  80.  
  81. Installation
  82. ------------
  83. 1) Copy YAOS.EXE to a PATHed directory (eg. C:\OS)
  84.  
  85. 2) Copy EMX.DLL to a LIBRARY directory (eg. C:\OS\DLL)
  86.  
  87. 3) Now you can safely run YAOS
  88.  
  89. NOTE: Failure to perform the above steps will result in improper execution
  90.       of YAOS.
  91.  
  92. Author:
  93. -------
  94.         Lee, Cjin Pheow
  95.         Email: cplee@students.wisc.edu
  96.         5 February, 1994
  97.  
  98.