@echo off color b title All credits go to Nerdyloser. start https://www.bugabuse.net/itrader_feedback.php?u=25223 :1 cls echo 1 = Bugabuse.net echo 2 = Facebook echo 3 = Smartschool IYKWIM echo 4 = Runescape echo 5 = Youtube echo 6 = Epic shit. echo g = google echo e = exit echo t = start taskmanager. set /p ws= Enter the number or letter of your desired website or application. if %ws% ==1 start http://bugabuse.net/ if %ws% ==2 start http://facebook.com/ if %ws% ==3 start http://pornhub.com/ if %ws% ==4 start http://runescape.com/ if %ws% ==5 start http://youtube.com/ if %ws% ==6 start http://lmgtfy.com/?q=Epic+shit/ if %ws% ==g start http://google.com/ if %ws% ==e exit if %ws% ==t start taskmgr.exe goto :1