-
Notifications
You must be signed in to change notification settings - Fork 201
Deluge Batch File
Michael Higgins edited this page Mar 28, 2022
·
1 revision
Windows users may need to wrap python scripts for Deluge in a batch file depending on how they have python installed and their PATH settings
Example
<Path to python.exe> <Path to delugePostProcess.py> %1 %2 %3
C:\python\python3.exe C:\SMA\delugePostProcess.py %1 %2 %3
Obviously please use the correct paths for your system