A SERVICE OF

logo

6-26 ROM-DOS Commands
2325 Reference Guide Revision B 2325A137REFGD
The /U option unloads the share utility and frees the memory. SHARE
will not unload if other TSRs have been loaded on top of it. The other
TSRs must be unloaded first before trying to unload SHARE.
Examples
The following example loads the SHARE program from the command
line:
SHARE
The next example installs SHARE from the CONFIG.SYS file and
changes the maximum number of locked files to 30:
INSTALL=C:\UTILS\SHARE.EXE /l:30
The final example unloads SHARE and frees the used memory.
SHARE /U