Geoff, I readily admit that I don't know much about how bittorrent works, so maybe I will say something stupid. Who cares - it will not be the first or the last time...
Assuming you use a client with a CLI, and to download a bunch of files you do sth like $ download $files won't a simple for loop, like $ for f in $files; do download $f; done do what you want? -- Oleg Goldshmidt | [EMAIL PROTECTED] | http://www.goldshmidt.org ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
