Try this, open the bat file and type "00" to select the archive data, then type "mtx:c64m:t16:rz" and watch as you get the unknown method error
Code:
@echo off
set /p num=Enter output archive name:
set/p comp= Enter Compression Method:
set "InputDir=%~dp0In"
set "OutputDir=%~dp0Out"
cd /d "C:\Users\BLACKFIRE69\Downloads\Compressed\Test\Binaries"
arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -w.\Temp -m%comp% "%OutputDir%\MASQUERADE-Data_%num%.MSQ" "%InputDir%\%num%\*"
pause&exit
The Following User Says Thank You to BLACKFIRE69 For This Useful Post: