taskkill /f /im BsgLauncher.exe /t

rmdir "%~dp0BsgLauncher\Temp" /S /Q
mkdir "%~dp0BsgLauncher\Temp" 2>nul
type nul > "%~dp0BsgLauncher\Temp\temp.dat" 

if not exist "pkg_match_only.dat" (
    type nul > "pkg_match_only.dat"
)