Dear Kovid,
I would like to use a .cmd file (or .bat) to run script on the epub (basically to push it to Content Server (linux). Normally I can drag the file on to the .bat file and it runs fine. But when I use Openwith feature (not the plugin), it does nothing.
This is a simple sample:
Code:
@echo off
cls
echo %1
timeout /t 5
exit