View Single Post
Old 01-07-2019, 01:33 AM   #1
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 564
Karma: 32228
Join Date: Feb 2012
Device: Onyx Boox Leaf
Open With (.bat): How does it work?

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
nqk is offline   Reply With Quote