Hi
estaub
I don't know if this below will help you, but may be considering using 7-Zip (if your installation is Windows) + Execute-Command from Switch.
PDF-Tests is a folder of 440 Mb size
1 - You create a splitted archive from 7-Zip :
Code: Select all
C:\Program Files\7-Zip>7z.exe a -v[b][color=#BF0000]100m[/color][/b] "C:\Users\admin\Desktop\FOLDER\MyZIP.zip" "C:\Users\admin\Desktop\PDF-Tests"
Resulting Output = 4 files :
05/03/2020 13:49
104 857 600 MyZIP.zip.001
05/03/2020 13:49 104 857 600 MyZIP.zip.002
05/03/2020 13:49 104 857 600 MyZIP.zip.003
05/03/2020 13:49 3 249 686 MyZIP.zip.004
Each file is max 104 857 600 bytes,
100 MB (the last one [004] is 3 MB in this example).
2 - Store / Move the resulting folder with SWITCH where you need to.
3 - Later, you re-use 7-Zip to extract the whole content content :
Code: Select all
C:\Program Files\7-Zip>7z.exe x "C:\Users\admin\Desktop\FOLDER\MyZIP.zip.001" -o"C:\Users\admin\Desktop\Unzippezd-PDFs-from-Archive"
The whole content is unarchived/unzipped :
24/01/2018 13:12 225 240 090 29138_29138_NOR_MENSU-tri_2P ENORM 67000 pages.pdf
24/01/2018 13:12 225 240 090 29138_29138_NOR_MENSU-tri_2P.pdf
10/04/2018 17:32 <DIR> CARTES DE VISITES
10/04/2018 17:32 <DIR> DOCS
10/04/2018 17:32 <DIR> Fichiers-Reports
10/04/2018 17:32 <DIR> FLYERS
I don't know if it is you're really expect, may be it could help
Ciao
## Updated ##
For a 256 MB file size each max
Code: Select all
C:\Program Files\7-Zip>7z.exe a -v256m "C:\Users\admin\Desktop\FOLDER\MyZIP.zip" "C:\Users\admin\Desktop\PDF-Tests"
7-Zip 19.00 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
Scanning the drive:
36 folders, 207 files, 462217267 bytes (441 MiB)
Creating archive: C:\Users\admin\Desktop\FOLDER\MyZIP.zip
Add new data to archive: 36 folders, 207 files, 462217267 bytes (441 MiB)
Files read from disk: 207
Archive size: 317822486 bytes (304 MiB)
Everything is Ok