User's Guide

4.3.4.3 Readme file information
After saving the readme file, you can view the readme file written notes about the update package.
Information about the readme file in the update package is located at the following target.
/repository/uppkgs/<uppkg name>/readme
Specific command of this target is as follow. There is no property for this target.
Table 4-33 Specific command of '/repository/uppkgs/<uppkg name>/readme'
Command Description
dump Saves the readme file to specified directory.
Table 4-34 Specific option of '/repository/uppkgs/<uppkg name>/readme'
Option Description
-destination Specifies the directory to save the readme file. Required option.
-f | -force When there is a same name file in the directory of the destination, the file is
overwritten.
CHECK
The readme file name depends on the update package. You can't specify the readme file
name when you save it.
Examples
'dump' command enables you to save the readme file to specified directory. Adds -destination option and
specifies the path of the directory. When you add -force option, the readme file is overwritten.
-> dump -destination C:\temp /repository/uppkgs/"NEC ExpressUpdate
Agent_Linux_3.00_20110310100740"/readme
COMMAND COMPLETED
C:\temp\readme_en.txt
When the command succeeds, the readme file path is displayed.
C:\temp\readme_en.txt
44