home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / SH162_2S.ZIP / NOTES.14 < prev    next >
Text File  |  1990-02-17  |  1KB  |  49 lines

  1. The following addition points are noted about the Shell.
  2.  
  3. 1)  EMS 3.2 or above is required if expanded memory is to be used.
  4.  
  5. 2)  It has been tested on MS-DOS 3.3 and 4.0 and under OS/2 in the
  6.     DOS box.
  7.  
  8. 3)  Not all the addition library functions are required.  Some are
  9.     just included for your interest.  Their functionality is
  10.     briefly described below:
  11.  
  12.     director.c (required)
  13.  
  14.     MSDOS versions of the POSIX directory (3) functions (see
  15.     POSIX standards and Unix manual pages for further information).
  16.  
  17.     getopt.c (required)
  18.  
  19.     The getopt function
  20.  
  21.     stdargv.c (required)
  22.  
  23.     A replacement for the standard Microsoft library stdargv.obj.
  24.     This function tries to provide the wildcard expansion functionality
  25.     normally provided by Unix.  *, ?, [] and \ are supported.
  26.     Environment variables are expanded and the selection of files
  27.     across wildcard drive letters is supported (ie *:*.c will
  28.     expand to all the .c files in the current directory of all
  29.     drives).
  30.  
  31.     pnmatch.c (required)
  32.  
  33.     A pattern match function used by stdargv
  34.  
  35.     ms_dio.c
  36.  
  37.     A set of functions to allow you to do raw disk and memory
  38.     I/O.  The include file ms_dio has a set of macros to
  39.     change the normal library calls so that they go via this
  40.     package.
  41.  
  42.     popen.c
  43.  
  44.     A version of popen for MS-DOS
  45.  
  46.     syserr.c
  47.  
  48.     A modified version of the standard Microsoft error list.
  49.