PDA

View Full Version : Bitttorent



mrbump
11-12-2003, 09:27 PM
Hi,

Probably pot the place to ask this...but you guys all use bittorent and its a simple question I hope...

When running bittorent through a command line I use the "--ip 1.23.2.255" (or whatever my ip addy is) argument. This needs to be followed by a "--responsefile xxxxx" argument. My question is what on earth follows the "--responsefile" part?

I thgought it was a route to the folder you want bittorent to download to, eg c:&#092;games&#092;<name>, but I dont think it is...what exactly follows the responsefile argument line in order you can maximise your download speed using the ip address argument. The list of arguments proved no help...

Many thanks&#33;

Gre1
11-12-2003, 09:35 PM
When u clik on a torrent u can just select the destination. :huh:

Triadcool
11-12-2003, 11:50 PM
Yea,I just save it to my shared folder.

Nightwolf
11-13-2003, 12:39 AM
Originally posted by mrbump@12 November 2003 - 16:27
Probably pot the place to ask this...
You&#39;re right, it&#39;s pot the right place.

muchspl2
11-13-2003, 12:42 AM
its "%1" as in
"C:&#092;Program Files&#092;BitTorrent&#092;btdownloadgui.exe" --responsefile "%1"

Note the double-quotes around %1, and your Program Files directory might be different. To add more command line parameters, simply change this string. For example, to change the port range, you might use:

"C:&#092;Program Files&#092;BitTorrent&#092;btdownloadgui.exe" --minport 10000 --maxport 10100 --responsefile "%1"


its in the F.A.Q. (http://www.dessent.net/btfaq/)

mrbump
11-13-2003, 09:31 AM
Excellent...I havent found that FAQ page yet..its a great help.

Many thanks for that