ePubGenerator instructuons yield another error
In RH8, I am trying an epub output for the first time. I find that the instructions by Ankur Janin assume that all readers will be geeks and understand the nuances that are not explained. http://blogs.adobe.com/techcomm/2010/04/robohelp_script_to_generate_epub_format_content_for_mobile_d.html
First I downloaded the ePubGenerator script. It was called ePubGenerator_jsx.mht. Why is this? since the RH script explorer would not import it I changed the name to ePubGenerator.jsx. (just a guess - this should be a step in the instructions Ankur).
Then I downloaded and unzipped 7za.exe. Where was I supposed to put this? Does that matter? Is the example path given in Step 4 the correct format? (I understand the \\ are wrong and should be a single \).
I bumbled through and was able to edit the script (so assumed it was the correct file extension) BUT when I tried to run it (I assume, from the Script Explorer), I get a warning "Expected }" and that's it - end of story. I thought I could see where it is missing but no luck.
this is from the script:
var project; var strProjectName =3D ""; // -- modify the path as per the =
location=20
of 7zip on your local machine -- // var str7zipLocation =3D=20
"C:\Program _Files\Adobe\Adobe RoboHelp8\RoboHelp\7za.exe"; if(RoboHelp =3D=3D null) =
alert("Please=20
launch RoboHelp HTML"); else { project =3D RoboHelp.getCurrentProject(); =
Should there be something after the = sign? should there be a closing } to pair the opening one on the last line?
My confidence in ePub has plummeted.