mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: multiarc.ini
This commit is contained in:
parent
368ccb732c
commit
9c03ed5300
1 changed files with 7 additions and 3 deletions
10
multiarc.ini
10
multiarc.ini
|
|
@ -14,6 +14,7 @@ Delete=%P d -y {%S} %AQA @%LQU
|
|||
Add=%P a -mx -y {-p%W} {%S} %AQA @%LQU
|
||||
AddMultiVolume=%P a -mx -y {-p%W} {-v%V} {%S} %AQA @%LQU
|
||||
AddSelfExtract=%P a -mx -y -sfx {-p%W} {%S} %AQA @%LQU
|
||||
PasswordQuery=Enter password:
|
||||
Output=0
|
||||
Enabled=0
|
||||
Debug=0
|
||||
|
|
@ -50,13 +51,13 @@ List=%P v %AQA
|
|||
Extract=%P x -y {%S} %AQA !%LQA
|
||||
Test=%P t -y {%S} %AQA
|
||||
Delete=%P d -y {%S} %AQA !%LQA
|
||||
Add=%P a -y {%S} %AQA !%LQA
|
||||
Add=%P a -y {-g%W} {%S} %AQA !%LQA
|
||||
Enabled=0
|
||||
Output=0
|
||||
Debug=0
|
||||
|
||||
[RAR]
|
||||
Description=RAR 3.92 - http://www.rarlab.com
|
||||
Description=RAR 4.00 - http://www.rarlab.com
|
||||
Extension=rar
|
||||
Archiver=rar
|
||||
Start=^------------
|
||||
|
|
@ -67,7 +68,10 @@ List=%P v %AQA
|
|||
Extract=%P x -y {%S} %AQA @%LQ
|
||||
Test=%P t -y {%S} %AQA
|
||||
Delete=%P d -y {%S} %AQA @%LQ
|
||||
Add=%P a -y {%S} %AQA @%LQ
|
||||
Add=%P a -y {-p%W} {%S} %AQA @%LQ
|
||||
AddMultiVolume=%P a -y {-p%W} {-v%V} {%S} %AQA @%LQ
|
||||
AddSelfExtract=%P a -y -sfx {-p%W} {%S} %AQA @%LQ
|
||||
PasswordQuery=Enter password
|
||||
Enabled=0
|
||||
Output=0
|
||||
Debug=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue