How do I detect if uTorrent is downloading?

Posted by Richard on Super User See other posts from Super User or by Richard
Published on 2011-11-29T22:06:12Z Indexed on 2012/06/11 16:43 UTC
Read the original article Hit count: 397

I need to write a script that determines whether or not uTorrent is currently downloading something. I'd rather it just be downloading, but if I cannot differentiate between downloading and uploading then it would be better than nothing.

One possible way would be check the whether any files ending in .!ut are locked - but I'm hoping for something a little more elegant.

My weapon of choice is VBScript but I'm happy to use the command line if needs be.

© Super User or respective owner

Related posts about Windows

Related posts about command-line