Right now I am getting the following. If someone uploads a 2 cd release, it extracts as
CD1
CD2
What I would like it to do is make the parent folder. Like:
Release
.cd1
.cd2
This is my commandline:
on_release_complete=md D:\Extracted\%DIRNAME% | start d:\ioFTPD\scripts\HideRun.exe d:\ioFTPD\scripts\unrar.exe x %FIRSTFILE% d:\Extracted\%DIRNAME%
How would I change it to what I would like?
|