Jump to content
LaunchBox Community Forums

The Ultimate Magazine Experience


Guest

Recommended Posts

  • 2 weeks later...
  • 8 months later...

I converted all exodos magazines to flipbook thanks to your post. KUDOS!!! 🤗

I put the .exe in the same folder as their pdf and edited the xml to replace all .pdf to .exe


my take on How to exit the generated Fullscreen flipbook since the generated .exe in Fullscreen using ctrl w:
My template 

Launchbox.flbxmt

Screenbits2024-10-16_200827.thumb.png.55e7163fbdb73bf0998fdb57c077892e.png

In batch I choose the in folder and out, fhd, auto page cut, jpg, exe, full screen, no hyperlink, searchable, new engine, import toc

1st create a bogus emu entry running a batch file. (for esc key watch to run alt f4)

Screenbits2024-10-16_194021.thumb.png.75cf84011ec81863185ce2e584a30b55.png
(Normally it takes 2 seconds to start the flipbook but I am running 4 VM instance of the flipbook app converting batch folders as it doesn't used much of the cpu each)

runFlipbook.bat with hide and other command line and assign the associated platforms names:

Bogus.bat

Screenbits2024-10-17_190342.thumb.png.ffcd2550ba39128fd3bd438cbd9675c6.png

Screenbits2024-10-17_190352.thumb.png.261f05a716863273b729e21e6d9a070f.png
content:
@echo off
echo starting flipbook program.
start /B /wait %1 %2
echo flipbook programs is executed successfully
cmd /k

Add running script to watch for esc press:

Screenbits2024-10-17_190452.thumb.png.fce75664af61ff3245277fe81bad0238.png
content (script Fixed! screenshot version kept autohk watching for esc key after flip was closed):

#IfWinActive
Esc::
Send, ^w
ExitApp
return

 

now in big box all manuals/magazine are beautiful 😉

Cheers

Edited by JAKAMY
Updated files
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...