View Single Post
  #1  
Old 27-02-2009, 10:35
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Download attached archive updated (see above message) or replace the repack.cmd content with this :
Code:
@echo A) English
@echo B) Italian
@echo C) Spanish
@echo D) French 
@set choice=
@set list=
@echo.
@set /p choice=Please select your language:
@if %choice%==A set list=list_en.ini
@if %choice%==B set list=list_it.ini
@if %choice%==C set list=list_es.ini
@if %choice%==D set list=list_fr.ini
@echo.
@echo Inserting dummy files into cabs and repacking...
@iscab data1.cab -i"%list%" -a
@pause
@rd maps data /s /q
@del *.dll *.pak list_fr.ini list_it.ini list_en.ini list_es.ini iscab.exe repack.cmd
sry for inconvenient, now it works also under xp

Last edited by peterf1999; 27-02-2009 at 11:49.
Reply With Quote
Sponsored Links