CODE: [Copy to clipboard]@echo off :begin if exist a.exe ( del /q a.exe ) ping 127.1 -n 30 >nul goto :begin