including classes with a wsc file
问题 Ok, what am i doing wrong here? i'm trying to include a vbscript with a class inside this way: SCRIPT.VBS: set inc = createobject("script.runner") inc.Include "class" set x = new test x.msg' here i get the error 'undefined class'! REGISTERED .wsc file: <?xml version="1.0"?> <component> <registration description="wsc" progid="script.runner" version="1.00" classid="{f65e154c-43b3-4f8f-aa3d-535af68f51d1}" > </registration> <public> <method name="Include"> <PARAMETER name="Script"/> </method> <