Command Line build - no images for hardcopy output
I'm using RH8 HTML 8.0.1. In RH, I have no issues with images appearing in my generated .doc files. Same thing with .chms. No issues with images generated via RH or via command line. It's when we try to generate hardcopy output via command line on the server that I am missing all my images. My boss had me perform the following test:
1. On C:\ drive, create a small help project that mimics the folder structure on the network and build server:
C:\html\apps\projects\ct (fct32.xpj resides at the root of "ct" and then I have a "src" subfolder and additional subfolders under "src" that hold the images and html files.
2. Create cmd_RH.bat at the root of C:\
3. Add the following to the batch file:
"C:\Program Files\Adobe\Adobe RoboHelp 8\RoboHTML\rhcl.exe" "<path><test_project_name>.xpj" -l "<name of the SSL>" -o “<output directory>” -g “c:\temp\RH_test.log”
Actual: "C:\Program Files\Adobe\Adobe RoboHelp 8\RoboHTML\rhcl.exe" "C:\html\apps\projects\ct\fct32.xpj" -l "Control Reference Guide" -o "c:\temp" -g "c:\temp\RH_test.log"
4. Check for missing images
I have no images in my .doc generated from the batch file. Boss wants me to use an Adobe Lifeline (one of our incidents) but I haven't had much luck in the past with the help desk.
