Quote:
Originally Posted by tatteredscroll
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%