Quantum Data 801GC User Manual
Page 236

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:
D I R N / / I n i t i a l i z e d i r e c t o r y e d i t b u f f e r
D I R B / / S t a r t d i r e c t o r y e d i t i n g s e s s i o n
/ / O n e o r m o r e d i r e c t o r y e d i t i n g
/ / c o m m a n d s . . .
D I R E / / E n d d i r e c t o r y e d i t i n g s e s s i o n
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:
D I R B / / S t a r t d i r e c t o r y e d i t i n g s e s s i o n
/ / O n e o r m o r e d i r e c t o r y e d i t i n g
/ / c o m m a n d s
/ / . . .
D I R A M Y D I R _ 0 2 / / S a v e e d i t e d d i r e c t o r y
/ / a s M Y D I R _ 0 2
D I R E / / E n d d i r e c t o r y e d i t i n g s e s s i o n