Shine Tutorial    
  shinetutorialtopsideimage
HOME DOS OS C,C++ HTML CSS XML JAVA ASP PHP SQL OFFICE MULTIMEDIA MORE... CERTIFICATION ABOUT
 
S T ADVT
TUTORIALS
 

MS - DOS Command

« Previous Next Chapter »

Microsoft DOS share command

Quick links

About share
Availability
Syntax
Examples

About share

Installs support for file sharing and locking capabilities.

Availability

The share.exe command is an external command that is available in the below Microsoft operating systems.

MS-DOS 3.00 and above
Windows 95
Windows 98
Windows ME
Windows NT
Windows 2000
Windows XP

Syntax

Installs file-sharing and locking capabilities on your hard disk.

SHARE [/F:space] [/L:locks]

  /F:space   Allocates file space (in bytes) for file-sharing information.
  /L:locks   Sets the number of files that can be locked at one time.

Examples

share /L:30 - Specifies the amount of locks to allow.


« Previous Next Chapter »