Not sure Deluge supports the running of .bat files?
I've tried with:
"Torrent Complete: D:\7zip_unpack_deluge.bat"
"Torrent Complete: D:/7zip_unpack_deluge.bat"
Put it in the Deluge folder "Torrent Complete: 7zip_unpack_deluge.bat"
It's just a simple script that should outout the variables, to see if they're correct, and then pause.
However, nothing happens and there's no error.
Please assist

Code: Select all
rem @echo off
torrentid=$1
torrentname=$2
torrentpath=$3
echo "Torrent Details: " $torrentname $torrentpath $torrentid
pause