iobananav2.0 - Some questions
Hello all,
I have just a few questions that might sound easy, but I have racked my brain trying to figure them out.
I use an oncompletion command to automatically unrar any completed release that is uploaded to my server. Here is the command:
on_release_complete=md D:\Extracted\%DIRNAME% | start d:\ioFTPD\scripts\HideRun.exe d:\ioFTPD\scripts\unrar.exe x %FIRSTFILE% d:\Extracted\%DIRNAME%
Here is the problem. Let's say someone has just uploaded a movie, we'll call it SuperDuperMan2004. It has 3 cds inside. The on_release_complete command works fine, but it does not create the following folder output:
SuperDuperMan2004
.cd1
.cd2
.cd3
It is creating just the cd1,cd2,cd3 folders and extracting the bin/cue from inside. How do I get it to create the main parent folder as well?
Second thing. How do I get it to do a progress meter for the status of a current upload release? And a "completed" folder/file inside the completed release folder?
|