Jump to content

Recommended Posts

Posted

Igor Pavlov the programmer of 7zip

told me if i want to extract 7zip SFX from the cdrom

I have to use this command

example wpi.exe is our 7zip SFX and c:\temp is our target location.

wpi.exe -y -oc:\temp

i am still waiting for him to reply what is the switch to overwrite the files

of the target location.


Posted

-ao (Overwrite mode) switch

Specifies overwrite mode during extracting for files that already present on disk.

-aoa --> Overwrite All existing files without prompt.

-aos --> Skip extracting of existing files.

-aou --> aUto rename extracting file (for example, name.txt will be renamed to name_1.txt).

-aot --> auto rename existing file (for example, name.txt will be renamed to name_1.txt).

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...