I have several hundred XML files that need to be copied to directories that correspond with their names (a.b.c.1.2.xml -> c:\a\bc\c1\2\2.xml). That is easy enough, but I each XML file also contains elements that describe files related to itself and which need to be copied to the same directory as the XML. I've read through MSDN and tried to implement several of their examples with 'script' and 'MSXML2' and all of the fail with "object required" as if WSH can't create an instance of the XMLDOM. Is it possible to parse XML with VBScript? If so could someone provide an example, please?