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).

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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