2021年3月13日星期六

Java emulating the "open with" on a .bat file

I'm trying to automate an arduous process but I've run into a wall that I can't seem to google my way around.

This is the process that I'm trying to automate

The batch file contains:

cd %~dp0    "%~dp0raindrop.exe" -g om -i %1 -o "%~dp1  PAUSE  

What I'm trying to do: Stream in from a folder a bunch of '.sm' files and pass them one by one through the bat file creating a Folder for the outputted file created from the .bat process.

Explaining what these set of commands do would be great as I would prefer to create one more fit for my purpose. Which is bulk converting and sorting, so the output directory assuming thats handled in that batch file would need to be understood.

What i've tried at the moment its just running the .bat as is

https://stackoverflow.com/questions/66620421/java-emulating-the-open-with-on-a-bat-file March 14, 2021 at 10:05AM

没有评论:

发表评论