Commands Supported by Launch
Mkdir
Description
Creates a directory.
Syntax
Mkdir
,
dir
Parameters
dir:
The full path and name of the directory to be created.
Example
mkdir,\Program Files\MyApp
Notes
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
mkdir,\MyApp
followed by
mkdir,\MyApp\SubDir1
.
Rmdir
Description
Removes a directory.
Syntax
Rmdir,dir
Parameters
dir:
The full path and name of the directory to be removed.
Example
rmdir,\Program Files\MyApp
Notes
A directory cannot be removed if it contains files or subdirectories.
E-EQ-MX8WMRG-C [ 186 ] MX8WM Reference Guide