Is there a way to silently extract a self extracting multipart rar files via commandline?

I have a multipart self extracting rar file;

setup.sfx.part1.exe setup.sfx.part2.rar setup.sfx.part3.rar 

Now when I try to extract it by starting the exe via commandline I get a nice screen where to extract things to: enter image description here

Now my question is here: Is there any way via commandline (as I'm trying to run things automatically via batch job) to extract that file "silently", thus without this menu popping up?

1 Answer

You could use a tool like unrar. (There's a regular RAR archive inside the self-extracting stub.)

Some versions also support the /s option for silent mode.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like