LXE MX7 Tecton CE Reference Manual page 71

Microsoft windows embedded ce 6 operating system
Hide thumbs Also See for MX7 Tecton CE:
Table of Contents

Advertisement

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-MX7CERG-A [ 59  ] MX7 Tecton™ CE Reference Guide

Advertisement

Table of Contents
loading

Table of Contents