View Single Post
  #19  
Old 18-07-2020, 20:05
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
The text in my earlier message was just an example, so I didn't inentionally leave out any args - the full command:

Code:
"..\Binaries\arc.exe" a -ep1 -dses --dirs -s; -lc- -di -i2 -r -w.\Temp -m%comp% "%cd%\Out\MASQUERADE-Data_%num%.MSQ" "%cd%\In\%num%\*
If I run the bat file in the alternate folder, I still get the error:

https://anonfiles.com/pdr8I8G9od/Test_7z

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
Attached Images
File Type: jpg 1.jpg (30.5 KB, 208 views)
File Type: jpg 2.jpg (108.5 KB, 206 views)
File Type: jpg 3.jpg (90.4 KB, 197 views)
File Type: jpg 4.jpg (18.4 KB, 189 views)
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
Masquerade (19-07-2020)