@echo off cls color 0a echo Loading. ping localhost -n 1 >nul cls echo Loading.. ping localhost -n 1 >nul cls echo Loading... ping localhost -n 1 >nul cls echo Loading. ping localhost -n 1 >nul cls echo Loading.. ping localhost -n 1 >nul cls echo Loading... ping localhost -n 1 >nul cls echo Loading... Done! ping localhost -n 2 >nul cls echo CX AutoShutdown Started! echo ---------------------------------------------------------------------- set /p a=WARNING! If this is an emergency, type y to start. If you are a malicious hacker, PLEASE type n to stop. (y/n) if %a%==y shutdown -s -t 60 -c "CX AutoShutdown is working... Initiating shutdown sequence..."