PBC21FIX Copyright (c) 1993 Thomas G. Hanlin III These files consist of a set of fixes for a few problems that appear in PBClone 2.1. Like PBClone, these files are protected by copyright. You may distribute them only under the following conditions: All PBC21FIX files must be distributed together as a unit. No files may be altered, added, or deleted from this unit. The new PBCLONE.INF file removes a redundant DECLARE and provide corrected DECLAREs for ScrRest and ScrSave. Use it in place of the PBCLONE.INF file which came with PBClone 2.1. There was an error in FileCopy which affected copies where the source or target filespecs were in a root directory. The fixed FILECOPY.BAS is enclosed. Use it in place of the FILECOPY.BAS which came with PBClone 2.1. There were errors in ARC00 (used by the Archive routines), CopyFile, and DXQPrint. These are assembly language routines. I have enclosed both near and far string versions of the fixed modules, in the P$NEAR and P$FAR archives, respectively. You will need to update your PBClone 2.1 libraries accordingly. First, extract the .OBJs from the P$NEAR archive. Use LIB to update the PBC$NEAR.LIB library from PBClone 2.1 with the new files: LIB PBC$NEAR-+ARC00-+COPYFILE-+DXQPRINT; Second, extract the .OBJs from the P$FAR archive, and use LIB to update the PBC$FAR.LIB library with the new files: LIB PBC$FAR-+ARC00-+COPYFILE-+DXQPRINT; This will give you a corrected version of PBClone. If you have used any of the routines mentioned, make sure to rebuild all any derivative libraries which may be affected. Please note that you may NOT distribute an altered version of PBClone. These updates will be incorporated into the next release of the library. Until that release, PBC21FIX must be distributed as a separate unit.