almost there forgot about the crc check lines.. thats where its stopping..
make a new bat file input these lines & run that
Code:
cls
rd /s /q MOH\MP
move MP .\MOH\ >nul
move /y CookedP1.cab .\MOH\ >nul
move /y CookedP2.cab .\MOH\ >nul
move /y DICEDist.cab .\MOH\ >nul
move MOH_arc.exe .\MOH\ >nul
echo Creating ISO images... ІІІІІІІІІІІІІІІІІІІІ 0%%
CDIMAGE -l"Disc1" -j1 -t10/19/2010 -h -x -o -m ".\MOH" "MOH.iso" >nul
if ERRORLEVEL 1 goto CDIerror
cls
echo Creating ISOs images... ЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫ 100%%
echo.All done.
rd /s /q MOH
goto EOF
:error
echo.
echo.WARNING: 7zip returns an error, please retry...
pause
goto EOF
:end
echo WARNING: Can't apply the patch, MSI files version mismatch or already patched!
pause
goto EOF
:CDIerror
echo WARNING: Creation of ISO Images failed , please retry...
pause
:EOF
All that left to be done is move the folder around and put the arc file into the MOH folder and create the iso... thats all the above batch file will do.. just run it & you should have your ISO made for you.