|
|
|
#1
|
|||
|
|||
|
error: Data2.1st: open: does not exist <no such file or directory>
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Oops, just open the Compress.bat with Notepad and change Data2.lst to Data1.lst
|
|
#3
|
|||
|
|||
|
Quote:
![]() echo off :start cls set choice1= set arc= set retry= echo. echo.Conversion by The Nameless One. set /p choice1=Select your game directory (e.g. C:\Program Files\Murdered Soul Suspect): if "%choice1%"=="" goto start cls echo. echo Creating Data.cab's, please wait... echo. ata1set arc=Data1.ist if exist .\DOS_1\%arc% goto Data1 arc a -ep1 -r -w.\ -m0 [email protected] -dp"%choice1%" .\DOS_1\%arc% if ERRORLEVEL 1 goto arcfail :end ata2set arc=Data2.ist if exist .\DOS_2\%arc% goto Data2 arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] [email protected] -dp"%choice1%" .\DOS_2\%arc% if ERRORLEVEL 1 goto arcfail :end echo.Finished! echo. :start2 set create= set choice2= set choice3= echo. :create set /p create=You want to create ISO files? [Y/N]: if /I "%create%"=="Y" goto choice2 if /I "%create%"=="N" goto end :choice2 echo. set /p choice2=Select your imgBurn.exe directory (e.g. C:\Program Files (x86)\ImgBurn\ImgBurn.exe): if /I "%choice2%"=="" goto end :choice3 echo. set /p choice3=Select the destination directory of the ISO files (e.g. C:\Temp): if /I "%choice3%"=="" goto end cls echo. echo.Creating ISO file, please wait... echo.(Your new ISO's will be in: %choice3%) @for /d %%i in (*.*) do "%choice2%" /mode build /buildmode imagefile /src "%%i\\" /dest "%choice3%\\%%i.iso " /FILESYSTEM "UDF" /UDFREVISION "2.5" /VOLUMELABEL "%%i" /start /CLOSE /NOIMAGEDETAILS /PRESERVEFULLPATHNAMES no /rootfolder yes :end echo. echo.Finished! echo. pause goto EOF :arcfail echo. echo.WARNING: FreeArc returns an error in archive %arc%! set /p retry=Do you wish to retry [Y/N]: if /I "%retry%"=="Y" goto %arc:~0,5% pause :EOF This is text in compress .exe |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem installing divinity 2 | Kuma-son | General Gaming | 3 | 21-09-2010 09:59 |
| Divine Divinity + Beyond Divinity | Axell | PC Games - CD/DVD Conversions | 2 | 09-11-2009 11:43 |
| Beyond Divinity - New patch removes Starforce | BarryB | PC Games | 0 | 15-02-2007 15:12 |
| Please insert original CD!! | Galahad | PC Games | 1 | 06-06-2001 16:24 |