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