Dec 052017
 
Fixes a problem with Netware 386 when DOS's create new file call is made. An access denied message was returned.
File CRTFIX.ZIP from The Programmer’s Corner in
Category Network Files
Fixes a problem with Netware 386 when DOS’s create new file call is made. An access denied message was returned.
File Name File Size Zip Size Zip Type
CREATFIX.EXE 8772 5410 deflated
README 1057 527 deflated

Download File CRTFIX.ZIP Here

Contents of the README file




Description of CREATFIX patch utility:


CREATFIX.EXE is a patch utility that modifies the SERVER.EXE file of
NetWare 386 v3.0. Some applications attempt to create a file by using the
DOS INT 21 call CREATE NEW FILE (function 5B). This call will only succeed
in creating the specified file if it does not already exist. If the file does
exist, function 5B returns an error code indicating the existence of the file.
NetWare 386 erroneously returns an ACCESS DENIED error if function 5B
is called to create a file which already exists. This may confuse certain
applications, leading to unpredictable results.
CREATFIX corrects this problem and causes the correct error code to
be returned to the application. Future versions of NetWare 386 will already
have this fix implemented. This patch will only work for NetWare 386 v3.0.




Instructions for use:


Copy CREATFIX.EXE into the same directory as SERVER.EXE and type
CREATFIX. The program will patch the file and notify the user when finished.


 December 5, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)