Quote:
Originally Posted by BLACKFIRE69
guys, arc.exe and cls-mtx.dll must be in the same folder. it's not from me, it's from the FreeArc. 
|
Yes, I already know this.
I have it this way, let me show an example:
Code:
Folder
---------> Binaries
| - - - - - - - - ->Arc.exe
| - - - - - - - - ->Arc.ini
| - - - - - - - - ->cls-mtx.dll
| - - - - - - - - ->rz.exe
| - - - - - - - - ->Pack.bat
|
----------> Alt
- - - - - - - - - ->Pack2.bat
Now, Pack2.bat is set to run arc.exe inside the binaries folder:
Code:
@echo off
..\Binaries\Arc a -wTemp -mmtx:c64m:t16:rz (as well as the input output files)
But if we run this, we get uknown method error from mtx.
If we run pack.bat inside the binaries folder, it runs normally. Arc.ini is written correctly. Other cls based compressors like bpk work just fine.