Script file command summary – Intermec 6710 User Manual
Page 175
SECTION 5
"
Software Download
6710 Access Point User’s Guide 5-15
Script File Command Summary
Following is a description of the commands you can include
in a download script file. You can issue these commands
manually from the access point from the “>” prompt on the
command line.
Most script file commands are executed from within the file
command submenu. You or the script file can issue these
commands in either of two ways:
"
Use the File command to descend into the file
submenu level where you can execute file system
commands, until you use the Exit command to return
to the “>” prompt.
"
You can preface any file level command with the word
“File,” which causes the command processor to execute
one command in the file command level and return to
the “>” prompt.
For example, the command sequences in the following two
charts are equivalent:
Command Sequence 1
Description
file
Descend to the “File>” command
prompt.
fe ib:
Erase the inactive boot segment.
fe id:
Erase the inactive data segment.
exit
Return to the “>” prompt.
Command Sequence 2
Description
file fe ib:
Erase the inactive boot segment.
file fe id:
Erase the inactive data segment.