This release contains the following files:

    Manifest		This file.
    ReadMe		The readme file.
    bin/shdos.exe	The Release 2.xx executable for MSDOS.
    bin/shos2.exe	The Release 2.xx executable for OS/2 (if included).
    bin/showkey.exe	A little program to display the ASCII and SCAN codes
			associated with a keystroke (MSDOS only)
    sh.ini		The shell initialisation file
    sh.pif		The Windows 3.0 pif file
    sh.1		The *roff source for the manual page (if included)
    sh.man		The shell manual page (if included)
    Notes		Some notes from the author for this release
    MEM.err		XMS and EMS error codes
    Install		The installation instructions
    shell.ico		A shell ICON

The following samples are provided from the author's system.  These MUST be
modified to match your requirements and the programs you use.

    extend.lst		A sample EXTENDED_LINE file
    profile.etc		A sample /etc/profile.sh
    profile.sh		A sample ${HOME}/profile.sh
    sh.rc		A sample ${ENV} file

The following sources file may be included:

    The sources for the shell itself are available, but will have been released
    separately.

    Changes			A list of changes required to the standard
				Microsoft C5.1/C6.0 headers.
    include/dirent.h		The include files for the DIRECTORY (3C)
    include/sys/dirent.h	functions for MSDOS and OS/2
    include/glob.h		The include files for the GLOB (3C) functions
				for MSDOS and OS/2
    include/sys/proto.h		Prototype macros
    include/sys/null.h		NULL macros
    include/unistd.h		The unistd.h include file for MSDOS and OS/2

    src/director.c		DIRECTORY (3C) for MSDOS & OS/2
    src/glob.c			GLOB (3C) for MSDOS, OS2 and UNIX
    src/stdargv.c		A replacement for part of the Microsoft C
				Runtime start up which builds the argv array.
				It has UNIX wild cards and EXTENDED_LINE
				support.
    src/system.c		A replacement for SYSTEM (3C) with swapping
				and shell EXTENDED_LINE support.
    src/swap.asm		Front-end for the swaping version of SYSTEM
				(3C)
    src/showkey.c		A program for displaying the scan codes for
				keystrokes (DOS only at the moment).

    The sources for the shell itself:

    Patch.lib			How to Patch C5.1/C6 Microsoft C libraries
    src/sh??.c			The Shell source files 1 through 12
    src/sh.h			The Shell header
    src/sh0.asm			The Shell swapper front end
    src/Makefile		The Makefile
    src/sh.def			The OS/2 def file.
