hello,
i am facing a problem ad need an urgent solution....i wrote a shell script to read the registry to detect whether an activex control has been installed on a vista machine. the script is as follows:
-------
Option Explicit
Dim WshShell, datePickerFileName,fso
Const ForRead = 1
On...