Hi,
I have am running Windows XP PRo with Service Pack 1. My machine works fine
except I cannot debug vbs scripts.
Fox example:
The script test.vbs
msgbox "Hello"
wscript.echo "Hello"
cscript //X //D test.vbs - no debugger.
cscript test.vbs //X //D - no debugger.
I have check out :
http://support.microsoft.com/default.aspx?scid=kb;en-us;308364
and still no luck. As well on my machine I have VS NET 2003 and the scipt
debugger.
Any ideas,
Thanks Ward