Command: share
  SHARE installs file-sharing and locking capabilities on your hard disk.
Syntax:
  share [/F:space] [/L:locks] [/?]
Options:
  /F:space  Allocates file space (in bytes) for file sharing information.
            Default is 2048.
  /L:locks  Sets the number of files that can be locked at once.
            Default is 20.
  /?        Shows the help.
Comments:
  If you want to run several computers in a network you have to load
  SHARE before running the network drivers.
Examples:
  share
  share /l:40
  share /l:40 /f:512
See also:
  autoexec.bat
  config.sys
  fdconfig.sys
  Copyright © 1998 Jim Hall, updated 2008 by W. Spiegl.
  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.