Honeywell MX9 Reference Manual page 254

Microsoft windows mobile 6.5 operating system
Hide thumbs Also See for MX9:
Table of Contents

Advertisement

LaunchCmd
Description
Runs a program with arguments.
Syntax
Launchcmd,program,arguments,wait-code
Parameters
program:
The full path and filename of the program to be run.
wait-code
Tells Launch how to behave when the program is running.
w(ait) causes Launch to stop processing the script until the program has finished executing.
c(ontinue) makes Launch continue processing the script while the program is executing.
arguments:
The command line arguments for program.
Example
launchcmd,\Windows\Pword.exe,\My Documents\Doc1.doc,w
Notes
This differs from Launch in that LaunchCmd allows parameters.
Message
Description
Displays a message on the screen.
Syntax
Message,message-title,message-body
Parameters
message-title:
A heading for the message. Can be left empty.
message-body:
The main body of the message. To display a message over multiple lines, use the \n character combination
at the end of each line. To display a single backslash use two together (\\).
Example
message,This is a message,"This is the first line,\nand this is the second"
Notes
Displaying a message pauses the execution of the script file until the message is OK'd. This is displayed with a modal dialog.
7-14

Advertisement

Table of Contents
loading

Table of Contents