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


 
6-110 Chapter 6: Programming
Model 801GC, 801GF & 801GX¥Rev. A
DIRB DIRectory editing Begin
Classification: Directory editor control
Command Syntax: DIRB
Query Syntax: None
Description: The DIRB command marks the beginning of a directory editing
session. This command does nothing in the current firmware
version, but is used for compatibility with future versions of
firmware.
Other Required Cmds: Either a DIRL command to load an existing directory or a DIRN
command to create a new directory. DIRE when ending the editing
session.
Example: DIRN // Initialize directory edit buffer
DIRB // Start directory editing session
// One or more directory editing
// commands ...
DIRE // End directory editing session
DIRE DIRectory editing End
Classification: Directory editor control
Command Syntax: DIRE
Query Syntax: None
Description: The DIRE command marks the end of a directory editing session.
This command does nothing in the current firmware version,
but is used for compatibility with future versions of firmware.
Other Required Cmds: DIRB when starting the editing session. Use DIRA or DIRS to
save changes.
Example: DIRB // Start directory editing session
// One or more directory editing
// commands
// ...
DIRA MYDIR_02 // Save edited directory
// as MYDIR_02
DIRE // End directory editing session