:: TLauncher runs in Java environment
taskkill /f /im javaw.exe /t
taskkill /f /im java.exe /t

rmdir "%~dp0ICafeCloud" /S /Q

xcopy /E /I /Y "%AppData%\.tlauncher" "%~dp0ICafeCloud\AppData\tlauncher"

rmdir "%~dp0ICafeCloud\AppData\tlauncher\cache" /S /Q
rmdir "%~dp0ICafeCloud\AppData\tlauncher\logs" /S /Q
rmdir "%~dp0saves" /S /Q
rmdir "%~dp0logs" /S /Q
rmdir "%~dp0backup\saves" /S /Q

del "%~dp0TlauncherProfiles.json" /Q
del "%~dp0usercache.json" /Q
del "%~dp0worlds.json" /Q

REM No need to upload to IDC
del "%~dp0ICafeCloud\AppData\tlauncher\tlauncher-2.0.properties" /Q

if not exist "pkg_match_only.dat" (
    type nul > "pkg_match_only.dat"
)