[Help] Metin2 archiver

11/23/2013 13:08 -Legor-#1
Hello, I hope someone who understands more than me read this post:

I extract an archive passing this xml to m2.exe:

Code:
<Buildfile version="1.1">
    <Action type="extract" archivePath="C:\Users\my\pack\directory\pack\root" outputPath="C:\Users\my\pack\directory\pack" extractAll="doSo" createXML="something" xmlPath="root.xml" />
</Buildfile>
Everything goes smoothly, except for one thing a bit 'annoying, the archiver can't read the output path and start to create it in the directory of m2.exe.
Does anyone know how to read the output path correctly?

Thanks in advance!:handsdown: