PDA

View Full Version : on_release_complete


zeen
03-23-2005, 09:27 AM
Hi together,

i wondered if i have to change something in my syntax?
everything works fine, SFV Check etc. works.

but the on_release_complete Command doesnt do anything.
I tried:

on_release_complete=md d:\%DIR%\EXTRACTED
and
on_release_complete=md d:\test
and
on release_complete=start d:\unrarandcopy.bat

but nothing worked..

is there something more i need to change?

Thx

Harm
03-24-2005, 03:04 PM
And what are you trying to do with this command ?

zeen
03-24-2005, 09:42 PM
Hi,

actually i try to perform an unrar of the release uploaded.

Finally i wanna have a .bat which unrar the release, copy it to another location and deletes the original directorys..

np so far, but somehow the on_release_complete doesnt react at all..

so i tried it with some simple commands to check it

thx

Harm
03-25-2005, 02:25 AM
If I remember correctly there are examples in the default ioBanana.ini. One of those does exactly what you want.
A "simple" command to test it would be to write something in a file.

zeen
03-25-2005, 06:14 AM
yeah the example says:

on_release_complete=md %DIR%\extracted

but even that doesnt do anything :/

Harm
03-25-2005, 09:52 AM
What version of ioBanana are you using btw ? I wonder if it wasn't disabled in v19-free.

zeen
03-25-2005, 09:58 AM
could be i use the latest one....

but i didnt found a hint that it was disabled

Harm
04-17-2005, 03:28 AM
"latest" isn't an answer ; use numbers please.
I meant really simple like writing some text in a file (using the complete path, not variables) or better, writing the contents of the vars in this file.