I am an ePUB book developer who uses Adobe InDesign CC2015 on Windows 10. Once I complete my edits, I have to export the contents from InDesign to a .epub file and preview it for accuracy. The InDesign export window has an option to configure 1 or more ePUB readers to preview the epub. When a reader is set up in this export window, it’s supposed to have a .exe file extension. One of the readers I like to use is a Google Chrome extension called Readium. Since this runs inside of Chrome, there is no direct way to tell InDesign how to access this, but I did figure out a work-around by making a batch file which I called readium.bat. I did this by creating a desktop shortcut for Readium. Then I opened the properties for the shortcut, copied the contents of the Target field and pasted it into my batch:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory=Default --app-id=fepbnnnkkadjhjahcafoaglimekefifl
I went back to InDesign Export window and pasted the batch file name, along with its directory path (see screenshot).
InDesign Export Window screenshot When I export, Readium does launch, but it doesn’t load the ePUB file. I have to do that manually. Does anyone know if it’s possible to get my batch file to load the epub into Readium all in one go automatically?