View Single Post
  #10  
Old 23-02-2016, 10:11
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
the issue is NOT exactly from the compress.bat but the data#.lst files. change in compress.bat first see if that helps
Code:
:Data1
set arc=Data1.cab
if exist .\ProjectCARS_1\%arc% goto Data2
echo.Creating %arc%, please wait...
echo.
echo.--------------------------------------------------------------------
arc a -ep1 -r -w.\ -m0 [email protected] [email protected] -dp"%choice%" .\ProjectCARS_1\%arc%
if ERRORLEVEL 1 goto arcfail

:Data2
set arc=Data2.cab
if exist .\ProjectCARS_1\%arc% goto Data3
echo.Creating %arc%, please wait...
echo.
echo.--------------------------------------------------------------------
arc a -ep1 -r -w.\ -m0 [email protected] -dp"%choice%" .\ProjectCARS_1\%arc%
if ERRORLEVEL 1 goto arcfail
Try first changing the -m0 to
-msrep+delta+lzma:a1:mfbt4:d200m:fb128:mc10000:lc8 for both data1 & data2 files.

The issue is a file in data2.lst, that makes dvd too big. take the file & move it to data4.lst
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
goybus (26-02-2016)