Instructions

RIGOL Chapter 2 Command System
2-8 DSG800 Programming Guide
:MMEMory:MDIRectory
Syntax
:MMEMory:MDIRectory <directory_name>
Description Create a new folder under the specified operation path.
Parameter
Name
Type
Range
Default
<directory_name> ASCII string
The name of the folder to be
created
--
Explanation The folder name can include Chinese characters (a Chinese character occupies
two bytes), English characters or numbers. The folder name cannot exceed 28
bytes.
If the name of the folder to be created already exists, this operation is invalid. At
this point, "The filename already exists" is displayed in the user interface.
<directory_name> can be a new folder name that does not contain the path
(denote creating a folder under the current operation path) or a folder name
that contains the specified path (denote creating a new folder under the
specified path; for example, :MMEM:MDIR D:\1\NEW).
Example :MMEM:MDIR NEW /*Create a folder named "NEW" under the current operation
path*/
:MMEMory:MOVE
Syntax
:MMEMory:MOVE <file_source>,<file_destination>
Description Rename the file or folder specified by <file_source> as the destination file or folder
name specified by <file_destination>.
Parameter
Name
Type
Range
Default
<file_source>
<file_destination>
ASCII string Valid file or folder name --
Explanation The file or folder names specified by <file_source> and <file_destination>
must contain the path.
If the file or folder specified by <file_source> does not exist, the rename
operation fails.
If the destination file or folder name specified by <file_destination> already
exists under the current path, the rename operation fails.
Example
:MMEM:MOVE D:\1.STA, D:\2.STA