Search found 4 matches

by gfdgdfhwetf
Wed Jan 01, 2020 10:50 am
Forum: Windows OS
Topic: How to run .bat script on torrent completion?
Replies: 10
Views: 11677

Re: How to run .bat script on torrent completion?

I have setup the execute plugin to run the test logging batch-file posted above, then without further touching anything, then running a download in deluge 1.3.15 works with test batch-file, but when running a download afterwards in deluge 2.0.3 it doesn't, and no batch-file ever run and nothing in ...
by gfdgdfhwetf
Tue Dec 31, 2019 3:46 pm
Forum: Windows OS
Topic: How to run .bat script on torrent completion?
Replies: 10
Views: 11677

Re: How to run .bat script on torrent completion?

Odd, this made Deluge crash and now it won't start.
by gfdgdfhwetf
Tue Dec 31, 2019 1:49 pm
Forum: Windows OS
Topic: How to run .bat script on torrent completion?
Replies: 10
Views: 11677

Re: How to run .bat script on torrent completion?

The Execute plugin is supplied together with deluge(included as part of 10 default plugins), so no need to install it unless you merely meant enabling it. There's an enhanced version of that also available for install, by third-party, but not really needed for your use-case. I'm not at home now so ...
by gfdgdfhwetf
Tue Dec 31, 2019 12:04 pm
Forum: Windows OS
Topic: How to run .bat script on torrent completion?
Replies: 10
Views: 11677

How to run .bat script on torrent completion?

I'm coming Qbittorrent on Windows where I execute the following command to run a .bat script to unpack my torrent: C:\Users\Me\Documents\others\script\winrarExtractor.bat "%F\*".rar "%F" Which works fine. Now I have installed Deluge and wanted to do the same thing, unzip files wh...