
NAURTECH WEB BROWSER AND TERMINAL EMULATION FOR WINDOWS CE AND WINDOWS MOBILE
CETerm Scripting Guide Page 33
3.3 THE OS OBJECT
The top level OS object provides access to operating system resources such as
files, processes, windows, and the registry.
Many of the automation objects on the OS hierarchy give direct access to low-
level Windows CE features. Although powerful, caution should be exercised
when using these features. We provide the basic API documentation in this
document. More information and useful discussion can be found by searching
the Microsoft msdn.microsoft.com website. Below, we suggest such searches
and provide relevant keywords.
Methods
The following methods are available
Show the user a text message. (synchronous)
Play a default beep tone.
Run a separate program. (deprecated, use Process object)
Get a text error message for a Windows CE error value.
Stop a running process started with Exec. (deprecated)
Display a standard Windows MessageBox.
Play a wave file on the device.
Play a tone on the device.
Pause the script execution.
Stop an asynchronous playing PlaySound sound.
Wait for the specified process to end. (deprecated)
Alert ( message )
Show the user a simple text message and wait for them to press OK.
Beep ( )
Sound the default Windows beep tone.
status = Exec( programFile, commandLine )
Start the specified program. Return 0 for success, non-zero for failure.
Komentarze do niniejszej Instrukcji