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


 
6-152 Chapter 6: Programming
Model 801GC, 801GF & 801GX¥Rev. A
NAMI NAMe Insert
Classification: Directory editor control
Command Syntax: NAMI <index> <name>
Limits: <name> = a valid MS-DOS filename
(8 characters minus any extension)
Query Syntax: None
Description: The NAMI command first moves all the names with index values
equal to or greater than <index> to the next higher index value
in the directory edit buffer. It then inserts the name <name> in
the directory edit buffer at position <index>. A negative number
or a zero (0) used for <index> will put <name> at index position
one (1). Using a number for <index> beyond the last name in
the buffer will add <name> to the index position just beyond
the last name. The command does not check if a file called
<name> is stored in the generator.
Other Required Cmds: None
Examples: NAMI 5 FOCUS1 // Put FOCUS1 in fifth
// position
or
NAMI -6 BARS // Put BARS at beginning
// of dir
or
NAMI 999999 HATCH // Put HATCH at end
// of dir
NAMK NAMe Kill
Classification: Directory editor control
Command Syntax: NAMK <name>
Limits: <name> = a valid MS-DOS filename
(8 characters minus any extension)
Query Syntax: None
Description: The NAMK command deletes the given name from the directory
edit buffer. All names with index values greater than the index
of the deleted name are moved to the next lower index value in
the buffer. Nothing happens if <name> is not found in the buffer.
Other Required Cmds: None
Example: NAMK VGA_m4 // Remove VGA_m4 from dir