Honeywell MX7 Tecton User Manual page 198

With microsoft windows embedded ce 6.0
Hide thumbs Also See for MX7 Tecton:
Table of Contents

Advertisement

LaunchCmd
Description
Syntax
Parameters
Example
Notes
Message
Description
Syntax
Parameters
Example
Notes
Mkdir
Description
Syntax
Parameters
Example
Notes
192
Runs a program with arguments.
Launchcmd,program,arguments,wait-code
program: The full path and filename of the program to be run.
arguments: The command line arguments for program.
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.
launchcmd,\Windows\Pword.exe,\My documents\Doc1.doc,w
This differs from Launch in that LaunchCmd allows parameters.
Displays a message on the screen.
Message,message-title,message-body
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 (\\).
message,This is a message,"This is the first line,\nand this is the
second"
Displaying a message pauses the execution of the script file until the message is OK'd. This
is displayed with a modal dialog.
Creates a directory.
Mkdir,dir
dir: The full path and name of the directory to be created.
mkdir,\Program Files\MyApp
A new directory cannot be created if its parent directory doesn't exist.
For example, to create a directory called \MyApp with a subdirectory called SubDir1, use mk-
dir,\MyApp followed by mkdir,\MyApp\SubDir1.

Advertisement

Table of Contents
loading

Table of Contents