home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / YAOS07.ZIP / yaos07.txt < prev   
Text File  |  1994-02-25  |  4KB  |  108 lines

  1.  
  2.        OS/2 Upload Information Template for ftp-os2.nmsu.edu
  3.  
  4. Archive Name: yaos07.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: yaos06.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.7, 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 saying).
  27.         Of course, the up & down cursor keys will scroll through
  28.         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.       * full support for prompt setting in OS/2
  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, Home, End,
  40.         PageUp and PageDown keys. You can also search for a particular 
  41.         file name by typing its name directly onto the popup window.
  42.         ['-w' option when starting YAOS]
  43.  
  44.       * Alt-H keystroke will bring up a popup window containing
  45.         commands that are stored in history. Again, you can scroll
  46.         through this list using the cursor keys, Home, End, PageUp &
  47.         PageDown keys. (The window will only appear if there are two or 
  48.         more commands in history).
  49.  
  50.       * [-f] argument: Fast mode. Directory changing program like
  51.         vcd does not work in this mode. However, choosing this mode
  52.         results in better YAOS performance in terms of speed.
  53.         (The functionality of programs like vcd is planned to be included
  54.          in future releases of YAOS).
  55.  
  56.       * [-i] argument: Defaulting to insert mode on startup.
  57.  
  58.       * directory name that is completed using  <esc> or <tab> will
  59.         have the back slash appended to the end of the name.
  60.  
  61.  
  62.       * last but not least, it is FREE!
  63.  
  64. New in this release:
  65. -------------------
  66.       * Implementation of aliases. You define aliases in YAOS, save them
  67.         into a file and later retrieve them. You can also specify an alias
  68.         file when starting YAOS with the option [-a <filename>]. You have
  69.         to specify the full path name for the <filename> unless it is
  70.         located in the current directory. A total of up to 9 argument
  71.         replacements (from %1 to %9) is allowed in aliases. You can also
  72.         chain aliases. (But you should avoid cycles in the chain). To read
  73.         or write an alias file inside YAOS, refer to online help on alias:
  74.         (Type:  '? alias' without the quotes at prompt.)
  75.     You can also unset an alias by using the unalias <keyword> command.
  76.  
  77.       * For users who prefer the non fast-mode, temporary files will be
  78.         created in the directory set in the environment as TMP. Otherwise,
  79.         temporary files will be created at C:\ directory.
  80.  
  81. Coming attractions:
  82. ------------------
  83.  
  84.      * a quick directory changer like vcd or ncd
  85.  
  86.  
  87. This release is by no means a bug free version. However, I hope you'll
  88. use and like YAOS. Suggestions and comments (including bug reports) are
  89. strongly welcomed.
  90.  
  91. Installation
  92. ------------
  93. 1) Copy YAOS.EXE to a PATHed directory (eg. C:\OS)
  94.  
  95. 2) Copy EMX.DLL to a LIBRARY directory (eg. C:\OS\DLL)
  96.  
  97. 3) Now you can safely run YAOS
  98.  
  99. NOTE: Failure to perform the above steps will result in improper execution
  100.       of YAOS.
  101.  
  102. Author:
  103. -------
  104.         Lee, Cjin Pheow
  105.         Email: cplee@students.wisc.edu
  106.         25 February, 1994
  107.  
  108.