dr_pants Posted June 4, 2010 Report Posted June 4, 2010 Is there any way to pause and resume downloads with a batch file?The problem with using the webui is that pausing utorrent is just one step of a larger process taking place across several machines which I'm trying to automate as much as possible.I've already got a relay system set up so this batch file could be on the machine that's running utorrent.If pausing and resuming can't be done, is there at least a way to shut down the process gracefully so that when it restarts it doesn't have to recheck the torrents?Thanks.
dr_pants Posted June 17, 2010 Author Report Posted June 17, 2010 Don't panic, I'll only be bumping this once.
Greg Hazel Posted June 18, 2010 Report Posted June 18, 2010 Using the webui can be done from a batch file with wget, so I don't see why that's insufficient.Quitting uT gracefully can be done by making sure bt.graceful_shutdown is on and sending the main window a WM_QUIT. Possible from any scripting language, which can be called from a batch file.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.