Windows Scheduling
Posted: Sat Jan 03, 2009 6:05 am
I have recently started using Deluge (1.1.0 rc-2) under Windows and am having difficulty getting the scheduling working. I have tried setting up scheduler scripts but they had no effect. I then tried to run the commands from a command prompt and they also had no effect. Also, whenever I tried running them from the command prompt they would kill the "cmd" window they were running in (so I couldn't see the error messages, if there were any).
I started trying "deluge.exe" in the "Scripts" directory but this kept throwing dll not found errors, so I then tried the "deluge.cmd" files in both the "Scripts" and the base deluge install directory.
The following kills the cmd window I am running...
cd C:\Program Files\Deluge
"C:\Program Files\Deluge\deluge.cmd" -u console -a "config --set max_active_limit 0"
The following appears to work when executed (returns to the command prompt without error messages) however I cannot see any effects in the Deluge preferences. Occasionally this will lock up the command prompt.
cd C:\Program Files\Deluge\Scripts
"C:\Program Files\Deluge\Scripts\deluge.cmd" -u console -a "config --set max_active_limit 0"
I am looking in the "queue" preferences page for these settings to change.
I am running Windows XP (No service pack) which has been recently installed. I also have Cygwin installed (I have found that this can affect some programs) but I was not running the scripts from within Cygwin.
Also, this is my first ever experience with BitTorrent so if there is anything dumb I have done, please excuse my ignorance.
I started trying "deluge.exe" in the "Scripts" directory but this kept throwing dll not found errors, so I then tried the "deluge.cmd" files in both the "Scripts" and the base deluge install directory.
The following kills the cmd window I am running...
cd C:\Program Files\Deluge
"C:\Program Files\Deluge\deluge.cmd" -u console -a "config --set max_active_limit 0"
The following appears to work when executed (returns to the command prompt without error messages) however I cannot see any effects in the Deluge preferences. Occasionally this will lock up the command prompt.
cd C:\Program Files\Deluge\Scripts
"C:\Program Files\Deluge\Scripts\deluge.cmd" -u console -a "config --set max_active_limit 0"
I am looking in the "queue" preferences page for these settings to change.
I am running Windows XP (No service pack) which has been recently installed. I also have Cygwin installed (I have found that this can affect some programs) but I was not running the scripts from within Cygwin.
Also, this is my first ever experience with BitTorrent so if there is anything dumb I have done, please excuse my ignorance.