Add command line flag -dh, archive files in use by other programs.
This commit is contained in:
parent
f52fc53813
commit
88e127c7b1
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,8 @@ def RARCOMMAND(
|
||||||
all subsequent options override the ones provided by
|
all subsequent options override the ones provided by
|
||||||
the profile.
|
the profile.
|
||||||
-ibck = run in the background
|
-ibck = run in the background
|
||||||
|
-dh = allow winrar to read files which are in use by another process.
|
||||||
|
Without this flag, winrar exits with status 6 in that case.
|
||||||
-ma = rar5 mode
|
-ma = rar5 mode
|
||||||
-m{compression} = 0: store, 5: max
|
-m{compression} = 0: store, 5: max
|
||||||
-md{x}[kmg] = x kilobytes/megabytes/gigabytes dictionary size
|
-md{x}[kmg] = x kilobytes/megabytes/gigabytes dictionary size
|
||||||
|
@ -82,6 +84,7 @@ def RARCOMMAND(
|
||||||
|
|
||||||
command.extend([
|
command.extend([
|
||||||
'-ibck',
|
'-ibck',
|
||||||
|
'-dh',
|
||||||
'-ma',
|
'-ma',
|
||||||
'-mt1',
|
'-mt1',
|
||||||
'-ri1:30',
|
'-ri1:30',
|
||||||
|
|
Loading…
Reference in a new issue