Quantum Data 801GC, 801GF, 801GX Portable Generator User Manual


 
6-112 Chapter 6: Programming
Model 801GC, 801GF & 801GX¥Rev. A
DIRN DIRectory New
Classification: Directory editor control
Command Syntax: DIRN [<name>]
Limits: <name> = optional valid MS-DOS filename
(8 characters minus any extension)
Query Syntax: DIRN?
Query Response: <name>
Description: The DIRN command initializes the directory edit buffer. The
name <name> is assigned as the directorys name. The query
will return the name that has been assigned as the directorys
name.
Other Required Cmds: None
Examples: DIRN // Init edit buffer without
// assigning a new name
or
DIRN MY_DIR // Init edit buffer with
// name of "MY_DIR"
DIRP DIRectory Path
Classification: Directory memory management
Command Syntax: DIRP <name>
Limits: <name> = a valid MS-DOS filename
(8 characters minus any extension)
Query Syntax: DIRP?
Query Response: <name>
Description: The DIRP command sets the current directory path name. The
query will return the current directory path name.
Other Required Cmds: None
Example: DIRP DIRPTH01 // Set directory path to
// DIRPTH01