
Error DBFCDX/1011 Write Error DOS ERROR 6
DOS error 6 is an invalid file handle. Since it's only happining on two
workstations it's probably an OS or hardware issue. I am wondering,
though, why you're limiting yourself to 10 file handles in the SET
CLIPPER value. I usually set it to at least 100.
BTW you can "burn in" your clipper settings if you link using Blinker.
Instead of using SET CLIPPER in autoexec.bat, put this line at the top
of the link script:
BLINKER EXECUTABLE CLIPPER //F:100 //E:0
--
Earth first! We can mine the other planets later.