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