Solve : can't really explain it in the title... plz help?
Answer»
how can do do something like this, EX. i want a cmd to prompt a USER to lets say PING some ip, But i wanna it to just ask for the Ip, and then it self PUT ping IP.
explaining it better: (DOS) PLEASE write the IP u want to ping: 1.1.1.1
and then starts pinging it, so the user doesn't have to put: PING 1.1.1.1, just 1.1.1.1
thanks.Check the Set /P command
Set /?set /p ipaddr=Please write the IP u want to ping: ping %ipaddr%