imaa
October 2, 2018, 4:10pm
1
Is it possible to make DOpus archive multiple folders to multiple archives? For example.
Folder 1
Folder 2
Folder 3
Folder 4
Will archive to
Folder 1.rar
Folder 2.rar
Folder 3.rar
Folder 4.rar
Or they will archive to whatever format I have chosen e.g. ,.zip .rar .cbr .7z etc
Leo
October 2, 2018, 4:19pm
2
This script is currently the best method:
Using "single" currently switches Opus into using a non-batch mode, where the archive is opened and closed for each file that is added, making it a lot slower if there are a lot of files to add to each archive. (There's no reason you should have know…
imaa
October 2, 2018, 4:35pm
3
Any Idea how I could modify the script to have more than just .zip archiving? I want to setup a couple of separate button for it so that I can archive multiple to .cbr .rar
lxp
October 2, 2018, 5:51pm
4
The WinRAR dialog provides the option "Put each file to separate archive".
If you want a button, use winrar.exe
(or 7z.exe
) and {file}
as the archive's name.
"C:\Program Files\WinRAR\WinRAR.exe" a {file} {filepath}
or
"C:\Program Files\7-Zip\7z.exe" a {file} {filepath}
Buttons need to be "MS-DOS Batch".
Leo
October 2, 2018, 6:50pm
5
Just search & replace .zip -> .rar or whatever.