home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / SHARE.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  570 b   |  15 lines

  1. COMMAND:  SHARE
  2.  
  3. FUNCTION: Loads support for file sharing.
  4.  
  5. FORMAT:   SHARE [/F:filspace][/L:locks]
  6.  
  7. TYPE:     DOS external command
  8.  
  9. REMARKS:  /F:filspace allocates file space in bytes for the area used for
  10.           recording the information necessary for file sharimg. Each open file
  11.           requires the length of the full filename plus 11 bytes(default=2048).
  12.           /L:locks allocates space for the number of locks desired(default=20).
  13.           SHARE becomes memory resident and resets the FCBS option in the
  14.           CONFIG.SYS file to 16,8.
  15.