View Single Post
  #1  
Old 13-10-2015, 13:38
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
Scrip to Compress.bat

Another neccesary tool to be create

Anybody could create a tool (exe, or iss or ??) where they can enter:

-aplication name and numbers of DVD5
-path to be compressed C:\Program Files(x86)\Transformers Devastation
-Check path e.g. "%choice%\Binaries\Win32\DMC-DevilMayCry.exe"
-include .lst files with exclude options to each list if is neccesary
-names of the folders TRANSF_x
and..

Code:
:Data1
set arc=Data1.cab
if exist .\TRANSF_1\%arc% goto Data2
echo.Creating %arc%, please wait...
echo.
echo.--------------------------------------------------------------------
arc a -ep1 -r -w.\ -msrep [email protected] [email protected] -dp"%choice%" .\TRANSF_1\%arc%
if ERRORLEVEL 1 goto arcfail
to create automatically a Compress.bat file like i use in my posts
Reply With Quote
The Following User Says Thank You to gatosky1620 For This Useful Post:
y_thelastknight (18-10-2015)
Sponsored Links