One of my webserver is running in windows XP professional.
In web page I gave one link for .bat file so user can run the .bat file by just clicking that link. it all working fine with xp.
this is the script in .bat file
c:\windows\system32\ping -n 1 CSBU234
c:\windows\system32\ping -n 1 CSBU234.ad.adichn.eu.alcatel.com
if not errorlevel 1 goto hostINdns
echo .
echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
echo .
echo Tell your network administrator that
echo ping, tracert or nslookup would suggest that
echo CSBU234 is not in DNS ad.adichn.eu.alcatel.com
echo .
echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
echo .
now this is not working in windows vista.
could any one help me to solve this issues.