Sureshxlnt

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.



Re: Application Compatibility for Windows Vista ping command in .bat is not working through IE7 in windows vista

Aaron Margosis - MSFT

Where is the .bat file located

Is this on a corporate intranet, or for use by the general public

IE7 on Vista deliberately makes it harder to run arbitrary executables from IE.





Re: Application Compatibility for Windows Vista ping command in .bat is not working through IE7 in windows vista

Sureshxlnt

the .bat is located in intranet



Re: Application Compatibility for Windows Vista ping command in .bat is not working through IE7 in windows vista

Bruce N. Baker - MSFT

This is a result of running IE7 in low privledge mode. Either run IE in a higher privledge mode or redesign the way you perform this task.