Commands Supported by Launch
Copy ElseIfFIile IfFile Mkdir
Delete EndIf IfTerm Rmdir
DelRegData EndIfFile Launch SetRegData
DelRegKey EndIfTerm LaunchCmd SetRegKey
ElseIf FCopy Message Shortcut
Warmboot
The commands supported by Launch are detailed below. Square brackets indicate that a parameter is optional. Characters in
Italics represent a variable, and not a literal.
Copy
Description
Copies a file but does not overwrite an existing file.
Syntax
Copy,source-file,destination-file
Parameters
source-file: The file to be copied, including its path
destination-file: The destination path and filename
Example
copy,\Storage Card\MyData.dat,\Temp\MyData.dat
Notes
If the destination file already exists, it is not overwritten, and no error is given.
If the source file is blank, a zero-byte file is created.
Delete
Description
Deletes the specified file.
Syntax
Delete,source-file
Parameters
source-file: The file to be deleted, including its path
Example
delete,\Temp\MyData.dat
5-6