Jump to content

Recommended Posts

Posted (edited)

How can I write this VBScript in AutoIt?

set SchemaCache = CreateObject("Msxml2.XMLSchemaCache")
SchemaCache.Add "", null

I've tried 0, '0', '', 'null', Chr(0) and a not initialized variable instead of null.

An error occures: "The requested action with this object has failed."

$SchemaCache = ObjCreate("Msxml2.XMLSchemaCache")
$SchemaCache.Add("", '')
Edited by dwerf

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...