Displaying 1 result from an estimated 1 matches for "multiusage".
Did you mean:
multistage
1999 Sep 17
0
(Un)Locking shared DOS application
...tten, except printer output files and
at the end the config file.
At the beginning the share was already configured with 'locking = no' to
avoid others from not beeing able to start the batch file and other
files that are needed for the whole app.
But since this was not sufficient for the multiusage of the application
we had to go as far as defining 'share modes = no', thus the share modes
that are disabled by this option are DENY_DOS, DENY_ALL, DENY_READ,
DENY_WRITE, DENY_NONE and DENY_FCB.
That made the application usable in a multi-user environment.
But major downside of this is...