Files
2026-07-13 13:03:09 +08:00

5 lines
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" %*