项目文件夹

文件
2026-07-13 13:03:09 +08:00

5 行
193 B
Batchfile

@echo off
rem Thin launcher: forwards every argument to ebook2audiobook.cmd.
rem A symlink drops %* when a .cmd is executed through it; this wrapper does not.
"%~dp0ebook2audiobook.cmd" %*