BSTOP 1.3 - unloads Novell Btrieve from RAM.
Takes no parameters.
May be freely distributed for any purpose except
military.  MASM/OPTAsm source included.

It has the same effect as the proprietary BUTIL -STOP
It causes Novell/Softcraft Btrieve to remove itself from RAM.

It sets the ERRORLEVEL like this:
 0 = all went ok
 1 = Btrieve was not loaded, so no need no remove it.
 2 = Btrieve refused to remove itself because of subsequently
     loaded TSRs.

The advantages of this routine over Novell's BUTIL are:
 1.  It sets the ERRORLEVEL
 2.  You may distribute it freely.
 3.  You have the source code to modify as you see fit.
 4.  It is quicker.