Login | |
|
 |
RE: Zipping (native) files with a size cutoff - 1/16/2008 10:18:20 AM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1183
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
|
I dunno... it seems as if that is a bit beyond the scope of the native ZIP functions in Windows. I do know, however, that you can get 7z to do this via arguments. I'm afraid that you are going to have to look for a 3rd party solution for this one.
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
 |
RE: Zipping (native) files with a size cutoff - 1/16/2008 12:57:05 PM
|
|
 |
|
| |
dm_4ever
Posts: 2641
Score: 46
Joined: 6/29/2006
From: Orange County, California
Status: offline
|
What if you check the folder size before you compress? If the size is greater than 3 GB then have the script create subfolders and move a set amount into each....maybe move each file and keep track of the size or divide the number of files into each...once you've seperated the files into smaller groups then run your zip script on each.
_____________________________
dm_4ever My philosophy: K.I.S.S - Keep It Simple Stupid Read Me: http://www.visualbasicscript.com/m_24727/tm.htm Frequently Asked Stuff: http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|