Honeywell MX9 Reference Manual page 253

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

Advertisement

IfTerm
Description
Begins the conditional execution of a block of commands only if the terminal matches the specified terminal type.
Syntax
IfTerm,terminal
Parameters
terminal:
The terminal type to determine if the commands should be executed
Example
IfTerm,MX3X
any number of commands
EndIfTerm
Notes
If the terminal type is identical (not case-dependent) the commands are executed.
Nesting with
IfFile
is supported. Nesting with
Launch
Description
Runs a program.
Syntax
Launch,program,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.
Example
launch,\Windows\Calc.exe,w
Notes
This differs from LaunchCmd in that Launch has no parameters.
IfTerm
is meaningless.
7-13

Advertisement

Table of Contents
loading

Table of Contents