
INI file access from VBScripts?
Quote:
> I'm attempting to read key values from an INI file using a VBScript,
> but I'm not having much luck. I know how to declare everything in
> Visual Basic, buy would anyone happen to know how to do it in VBS?
> The web has not been helpful. Thanks in advance.
AFAIK, you can't. I did it by creating a DLL in VB and instantiating the
object from VBScript.