View Single Post
Old 12-15-2023, 11:09 PM   #517
jnote
Junior Member
jnote began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2023
Device: kindle oasis 3
for windows batch file

Quote:
Originally Posted by tatteredscroll View Post
Thanks for the tip!
thanks for the tip~~

and gpt4 create this windows batch file, it works well
(assuming that 'calibre-debug' is included in your windows path)


@echo off
setlocal enabledelayedexpansion

set FILES=
for %%f in ("C:\your_path\*.epub") do (
set FILES=!FILES! "%%f"
)

calibre-debug --run-plugin EpubMerge -- %FILES%
jnote is offline   Reply With Quote