Question : Flushdns and Enter your website then ping

here what i want to do writing batch that
1-flushdns  " ipconfig /flsuhdns
2-Enter your Website name " Variable "
3- ping the website

thanx advanced

M.Ayad

Answer : Flushdns and Enter your website then ping

Sorry didn't mean to hit submit then.... trying again!

@echo off
ipconfig /flushdns
set /p url=Enter website address (e.g. www.yahoo.com):
if "%url%=="" echo No address entered & goto end
PING %url% -n 1
START http://%URL%
:end
Random Solutions  
 
programming4us programming4us