home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / SHARE.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  397 b   |  14 lines

  1. Explanation of the SHARE command. 
  2. It is EXTERNAL.
  3.  
  4. This command will start the program Share, 
  5. which will make file-sharing and locking 
  6. capabilities on your hard drive possible.
  7.  
  8. Example:
  9.        To allocate 2048k for file space 
  10.        for DOS to record the file-sharing 
  11.        information and to set the number
  12.        of lockable files to 20 type: 
  13.           share /f:2048 /l:20
  14.