ContributionsMost RecentMost LikesSolutionsRe: One2Many Script Repository echo off rem bye lmi by Tarcis if %PROCESSOR_ARCHITECTURE% equ AMD64 goto amd64 cd "%ProgramFiles%\logmein\x86" logmein uninstall goto end :amd64 cd "%ProgramFiles(x86)%\logmein\x64" logmein uninstall :end exit Re: One2Many Script Repository Here is a script to clean the temp folder @echo off cd %temp% rd . /q /s