Hi,
No update on this subject on my side.
Any help would be greatly appreciated.
Any idea ?
Search found 2 matches
- Tue Oct 08, 2019 5:36 pm
- Forum: Windows Support
- Topic: Auto removal of completed torrents script
- Replies: 3
- Views: 32927
- Thu Oct 03, 2019 9:50 pm
- Forum: Windows Support
- Topic: Auto removal of completed torrents script
- Replies: 3
- Views: 32927
Auto removal of completed torrents script
Hello,
I am trying to write a script (.bat) that removes torrents from the Transmission Windows app (not the daemon) once they are completed.
Here is the code I am using:
@echo off
set tr_dir="C:\TransmissionScripts"
set tr_app="C:\Program Files\Transmission\transmission-remote.exe"
set host ...
I am trying to write a script (.bat) that removes torrents from the Transmission Windows app (not the daemon) once they are completed.
Here is the code I am using:
@echo off
set tr_dir="C:\TransmissionScripts"
set tr_app="C:\Program Files\Transmission\transmission-remote.exe"
set host ...