Closed ThorvaldAagaard closed 3 days ago
No I was wrong BBSA_FOLDER did not work and I copied the .bbsa to the BBA-directory
Would be nice if I could see where it is loaded from.
A bit confusing. *.bbsa files are CCs. Don't use --CURRENT_ARCHIVE. Use the full path --ARCHIVE_FILE file_name.
I want BBA to read the BBSA from one folder an store the output in another
I used
--BBSA_FOLDER "D:\GitHub\ben\UCBC 2024\BBA convention cards\"
for the cc and
--CURRENT_ARCHIVE "D:\GitHub\ben\"
for the output
I will remove BBSA and use full path, but what about output?
neither seemed to work
BBA don't read '--HAND .\input_6.bba', use 'input_6.bba' (or full path).
That is the same, and it is reading the file fine, and also storing the output, but in the BBA-folder and not in CURRENT_ARCHIVE
The new BBA will create subfolders. https://github.com/EdwardPiwowar/BBA/issues/137#issuecomment-2495513618
It did not create any folders for me
try --ARCHIVE_FILE "D:\GitHub\ben\BBA\output_6" (without --CURRENT_ARCHIVE) or manually create D:\GitHub\ben\BBA or I don't know
Ok, will use full path on next execution
Current exe 8712
Using full path got the files in the right place
Only two dots in front of the file
To get it to use
I had to append "\" to the directory
This seems not to use CURRENT_ARCHIVE
as output files are written to the BBA-directory
I tried with "\" and without