Sample script file – Intermec 6710 User Manual
Page 174

SECTION 5
"
Software Download
5-14
6710 Access Point User’s Guide
FHDR29K -d -v1.00 SCRIPT.TXT SCRIPT.DAT
"
“-d” marks the file as data instead of executable. This
prevents the access point from trying to execute the
file.
"
“-v1.00” sets the file’s version to 1.00. The file type
and version appear in the directory information on the
access point.
Sample Script File
#This sample script file assumes the server IP
#address has been set either from the command
#line or via SNMP.
It also assumes the files
#USTART29.BIN and falcon_d.29k can be accessed
#from the server using no path information.
#Erase the inactive file segments.
file fe ib: #inactive boot segment
file fe id: #inactive data segment
#Get the new files into the inactive segments.
file tftp get 1.2.*.4 c:\flash\ap\ustart29.bin ib:
file tftp get 1.2.*.4 c:\flash\ap\falcon_d.29k id:
#Make the inactive segments active.
file fb ib: id:
#Reboot so changes take effect.
reboot