Thank you.
The documentation that I read on Microsoft's WHS site, did not reach out and
smack me in the face to inform me that it was referring to .wsh files. I have
corrected this and all it well.
Thank you again,
Scott Lee
Quote:
> So should the first syntax - the .wsf file format is XML compliant, and the
> closing "/" is the same as putting in the closing element.
> Scott - are you doing this in a .wsf file, or in a standard script file?
> This syntax is only for .wsf files. You can read about them at our website
> (http://msdn.microsoft.com/scripting) under the WSH documentation. The
> tutorial explains .wsf files fairly well.
> Mike Whalen
> Windows Script Dev
> Hi Scott,
> > I have read that you may include a file in a script as follows:
> > <script language="JScript" src="foo.js"/>
> > When I try to execute this I get a Microsoft JScript compilation error
> > with a code of 800A03EA.
> if you write:
> <script language="JScript" src="foo.js"></script>
> it should work.
> Ullrich.