CrazyRocky, you can manually adapt the *.cnc file by forcing it to link to a project with a different short name.
The file *.cnc is simply a compressed XML file. You need to extract the xml file and rename the field.
To do so, you need to
-
change the file extension CNC to .7z
-
open the *.7z file with the 7-ZIP program
-
extract the single xml file contained there
-
open the file just extracted (it will not have an extension)
-
the first 3 lines look like this, change the 3rd line to your project shortname
<?xml version="1.0"?>
<Concordance xmlns:xsi=“http://www.w3.org/200...1/XMLSchema”>
<TextName>CHMULA</TextName>
-
save the file and close it
-
rename that file and give it the .cnc extension
-
open the new file in CB
It is possible other compression software can open the file, but I have only ever used 7-ZIP.
I assume this process will work with the Paratext 8 version of concordance builder.