Hi all: I've been working on some command-line utils (JScript running under WSH) to extract and summarize dependency information from VS solutions. I've been able to succesfully connect to and interract with VS automation via the DTE interface (new ActiveXObject("VisualStudio.DTE.8.0"), etc.) but I'm stuck trying to figure out how to get access to the *DTE2* interface from WSH JScript... Any help would be very much appreciated! thanks much, --FritzM.