_NewScriptThread (Windows CE 5.0)

Send Feedback

This function runs a new script thread.

void _NewScriptThread(  BSTR FileName,  BSTR EntryFunction );

Parameters

  • FileName
    File name of the new script thread.
  • EntryFunction
    Optional. Entry function for the script.

Remarks

You can call this function from a script that Cescript.exe executes.

Requirements

OS Versions: Windows CE .NET 4.2 and later.

See Also

Scripting Host Functions | Scripting Host Tool

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.