|
#7
|
||||
|
||||
|
@ all
Sry, edit the line with move command in re-compress.bat like this: Code:
from move %%~nF\*.* temp\Datav /y to move /y %%~nF\*.* temp\Datav >nul Code:
@echo off cls for %%F in (data001.bin data002.bin data003.bin) do ( echo.Extracting contents of archive %%F,please wait... 7z x -o.\temp %%F if ERRORLEVEL 1 goto error del %%F move /y %%~nF\*.* temp\Datav >nul echo.Re-compressing contents of archive %%F,please wait... 7z a -m0=LZMA:d=25 -r %%F .\temp\*.* if ERRORLEVEL 1 goto error rd %%~nF temp /s /q ) echo. All done. pause del 7z.exe re-compress.bat goto EOF :error echo. echo.WARNING: 7zip returns an error, please retry... :EOF Last edited by peterf1999; 08-12-2009 at 06:31. |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| X3 Terran Conflict | mondragon | PC Games - CD/DVD Conversions | 4 | 30-11-2018 12:49 |
| Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 | jta | PC Games - CD/DVD Conversions | 22 | 05-08-2012 16:55 |
| Runaway A Twist of Fate | ShadowDuke | PC Games - Protection List | 1 | 20-11-2009 17:46 |
| Unreal Tournament 3 [ENGLISH ONLY] (DVD9 to 1x DVD5) | Tha-Viper | PC Games - CD/DVD Conversions | 10 | 17-01-2008 05:51 |