Scripting Host Functions (Windows Embedded CE 6.0)
1/6/2010
This section describes the functions associated with the Scripting Host tool.
In This Section
The following table shows intrinsic functions that you can use within a script file that Cescript.exe executes.
Function | Description |
---|---|
Displays a message box on the screen of the target device. |
|
Obtains the version number for the Scripting Host tool. |
|
Creates a log object. |
|
Displays a message box on the screen of the target device. |
|
Runs an executable file. |
|
Obtains the name of the CPU for the target device. |
|
Obtains the name and version number of the OS. |
|
Terminates a process. |
|
Obtains a locale identifier. |
|
Processes information to be logged about memory usage. |
|
Displays a message box with OK and Cancel buttons on the target device. |
|
Obtains the descriptive name of the Scripting Host tool. |
|
Runs a new script thread. |
|
Sends a debug message to the debugger. |
|
Terminates the current thread, releases all script objects, waits for a specified amount of time, and then runs a specified script on the same thread. |
|
Signals a global event. |
|
Instructs the system to sleep for a specified length of time. |
|
Converts the casing of text in a string. |
|
Sends a debug message to the .log file for Cescript.exe. |