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 DOS commands if needs be.
Any suggestions, recommendations or pointers would be appreciated.