home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / msshell / manifest < prev    next >
Text File  |  1992-06-20  |  2KB  |  44 lines

  1. This release contains the following files:
  2.  
  3.     manifest        This file.
  4.     readme        The readme file.
  5.     sh200.exe        The Release 2.00 executable for MSDOS.
  6.     sh200os2.exe    The Release 2.00 executable for OS/2 (if included).
  7.     sh.ini        The shell initialisation file
  8.     sh.pif        The Windows 3.0 pif file
  9.     sh.1        The *roff source for the manual page (if included)
  10.     sh.man        The shell manual page (if included)
  11.     notes        Some notes from the author.
  12.     mem.err        XMS and EMS error codes
  13.     install        The installation instructions
  14.  
  15. The following samples are provided from the author's system.  These MUST be
  16. modified to match your requirements and the programs you use.
  17.  
  18.     extend.lst        A sample EXTENDED_LINE file
  19.     profile.etc        A sample /etc/profile.sh
  20.     profile.sh        A sample ${HOME}/profile.sh
  21.     sh.rc        A sample ${ENV} file
  22.  
  23. The following sources file may be included:
  24.  
  25.     The sources for the shell itself are available, but will have been released
  26.     separately.
  27.  
  28.     changes        A list of changes required to the standard
  29.             Microsoft C5.1/C6.0 headers.
  30.     dirent.h        The include files for the DIRECTORY (3C) functions
  31.     sys/dirent.h    for MSDOS and OS/2
  32.     sys/proto.h        Prototype macros
  33.     sys/null.h        NULL macros
  34.     unistd.h        The unistd.h include file for MSDOS and OS/2
  35.  
  36.     director.c        DIRECTORY (3C) for MSDOS & OS/2
  37.     glob.c        GLOB (3C) for MSDOS, OS2 and UNIX
  38.     stdargv.c        A replacement for part of the Microsoft C Runtime
  39.             start up which builds the argv array.  It has UNIX
  40.             wild cards and EXTENDED_LINE support.
  41.     system.c        A replacement for SYSTEM (3C) with swapping and
  42.             shell EXTENDED_LINE support.
  43.     swap.asm        Front-end for the swaping version of SYSTEM (3C)
  44.