taskkill /f /im lgc.exe /t
taskkill /f /im lgc_renderer_host.exe /t

rmdir /S /Q "%~dp0ICafeCloud" 2>nul

xcopy /E /I /Y "%AppData%\Lesta" "%~dp0ICafeCloud\AppData"
xcopy /E /I /Y "%ProgramData%\Lesta" "%~dp0ICafeCloud\ProgramData"

rmdir "%~dp0cache" /S /Q
rmdir "%~dp0logs" /S /Q
rmdir "%~dp0ICafeCloud\AppData\GameCenter" /S /Q

if not exist "pkg_match_only.dat" (
    type nul > "pkg_match_only.dat"
)