It didn't work... are you saying i should just put that whole thing under YES or am i missing something? (I'm sorry, the code you posted just makes no sense to my newbie mind...)
Ok, so i'm making a little program that lets you put in any adress you want and it automatically pings it. Here's my code so far @echo off :START cls echo What website would you like to ping?: set /p address="Domain Name=> " set /p yesno="you would like to ping %address%?=> " if ...