Jump to content
Ketarin forum

automatically extract (*.rar)


omid
 Share

Recommended Posts

hi.

How can Katarine software automatically extract the file downloaded with the RAR extension and save it in the same folder?

Or if that folder has a password and we know its password, by what command does it automatically enter the password after the file is downloaded, and extract the file from rar mode?

Link to comment
Share on other sites

There are several examples on how to use 7-zip or UniExtract to extract compressed files in the wiki. Both 7-zip and UniExtract support RAR files. The syntax for the command-line version of 7-zip is:

7z x -y -o"{root}PATH\" "{file}"

If you want to include a password you would do so like this:

7z x -y -p"th3p455w@rd" -o"{root}PATH\" "{file}"

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.