0.79: ScanFunction with additional parameters ?

Hi!

I’m using BitComet Version 0.79

I want to use the ScanFunction to extract a rarfile automatically after download.

For this reason i wrote a little batchfile which gets 2 parameters: filename, password.

The Problem is, the batchfile only gets the filename submitted by default, and i want to submit additional parameters from the torrentfile . maybe the value of the field “comment” … is this possible ?

I already tried to add %comment% or %c% in “Execute parameter”-field, nothing worked.

Thanks

You’re trying to do something well beyond design, so this puts you pretty much on your own. You know that, right?

There’s no way to get the data into BC’s awareness so that it could be parameterized. Best you can do is try to work around that, something like a prompt that asks for the password. But since the archiver will do that anyway, there’s not much point in duplicating the function.

thanks for your answer.

so i have to use utorrent for this kind of files. I get used to “my” automated decompression. I don’t have to remember each password and i don’t have to decompress each download manually.