Skip to main content
added 133 characters in body
Source Link

You can`t predict the compression size. The only chance I see is to try this:

7z a -t7z -mx9 -o f:\outputDirectory e:\inputDirectory

try this. Compress all the files, and just wait if its finishes or abort due to the lack of spacespaaace.

Note that 7z.exe needs to be in your pathpath for this command. Alternativly you can specify the full path to the 7z.exe

C:\Programs\7-Zip\7z a -t7z -mx9 -o f:\outputDirectory e:\inputDirectory 

You can`t predict the compression size. The only chance I see is to:

7z a -t7z -mx9 -o f:\outputDirectory e:\inputDirectory

try this. Compress all the files, and just wait if its finishes or abort due to the lack of space.

Note that 7z.exe needs to be in your path for this command. Alternativly you can specify the full path to the 7z.exe

C:\Programs\7-Zip\7z a -t7z -mx9 -o f:\outputDirectory e:\inputDirectory 

You can`t predict the compression size. The only chance I see is to try this:

7z a -t7z -mx9 -o f:\outputDirectory e:\inputDirectory

Compress all the files, and just wait if its finishes or abort due to the lack of spaaace.

Note that 7z.exe needs to be in your path for this command. Alternativly you can specify the full path to the 7z.exe

C:\Programs\7-Zip\7z a -t7z -mx9 -o f:\outputDirectory e:\inputDirectory 
Source Link

You can`t predict the compression size. The only chance I see is to:

7z a -t7z -mx9 -o f:\outputDirectory e:\inputDirectory

try this. Compress all the files, and just wait if its finishes or abort due to the lack of space.

Note that 7z.exe needs to be in your path for this command. Alternativly you can specify the full path to the 7z.exe

C:\Programs\7-Zip\7z a -t7z -mx9 -o f:\outputDirectory e:\inputDirectory