[RH 2020] Batch generation with --cl hangs
In RH 2019 Classic, I had a batch file that used RHCL to generate 40 help modules in a row.
In RH 2020, I have adapted the file to use the new batch syntax (--cl), but it hangs after generating the first module. It looks like the program never exits, so it never moves on to the next command...
My new batch file looks like this:
"C:\Program Files\Adobe\Adobe RoboHelp 2020\RoboHelp.exe" --cl "C:\technical_documentation\sophis\online_help_74\master_74\master_74.rhpj" -o "InvestOLH" -p "C:\ioana\help_builds\value_rh_2020"
"C:\Program Files\Adobe\Adobe RoboHelp 2020\RoboHelp.exe" --cl "C:\technical_documentation\sophis\online_help_74\basics_74\basics_74.rhpj" -o "InvestOLH" -p "C:\ioana\help_builds\value_rh_2020\mergedProjects\basics_74"
The master_74 project gets generated succesfully, I get the following lines in the log... and it just stops there.
[...]
Updating mergedProjects/user_rights_settings_72/whatsnew/whatsnew.htm...
Applying screen layout page (Topic) to topics...
Processing full-text search data...
Search index generation complete.
Output generation successful.
Compilation complete.
I'm guessing it's a bug, but first I want to check with the hive mind... maybe I'm doing something wrong. Each individual command works fine.
