@echo off REM ====== VARIABLES ======== set "language=russian" set "oldLangpackPath=" set "mirandaPath=" REM ========================= cd "..\..\tools\lpgen\" call refresher.bat %language% "%oldLangpackPath%" REM if previous command failed, exit if %ERRORLEVEL% NEQ 0 exit /B 1 REM copy and reload langpack in your Miranda (uncomment next line + enable cmdline.dll plugin to use it) REM call installer.bat %language% "%mirandaPath%"