Date: Wed, 27 Nov 1996 13:52:01 +0200 (IST) From: Eli Zaretskii To: kagel AT dg1 DOT bloomberg DOT com Cc: juanjo AT jet DOT es, djgpp AT delorie DOT com Subject: Re: Problem with shared open In-Reply-To: <9611261809.AA10147@quasar.bloomberg.com > Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 26 Nov 1996 kagel AT quasar DOT bloomberg DOT com wrote: > (4) EACCES - Permission denied > > What is the solution of this problem ?. > Thanks. > > MS-DOS is basically a single task/single user operating system at heart and W95 > is basically MS-DOS at heart! You need to run share to implement file sharing > protocols needed for network or multi-task file sharing in DOS or Windows 95. I don't think so. Windows 95 has a VxD called VSHARE which replaces SHARE.EXE, and AFAIK it is loaded by default when Windows 95 starts. Maybe this is just one of the cases that VSHARE disallows? I admit that I don't know enough about VSHARE and Windows 95, but seriously, what else but trouble can we expect when two programs write to the same file?