Download Progarm
1. Click "Start Menu" -> "Configure" -> "Download Program"

2. Type the url and Click "Download" button.


3. Double Click "hello" item and it will show information about "hello".


4. The system will add the icon of "hello" to the start menu.

5. Run "hello"

6. There are three directory(bin, etc, lib) and four files(conf,
install, uninstall, README).
The "conf" file:
SoftName="Hello World"
SoftNameDir="hello"
SoftBin="/soft/bin/hello.sh"
SoftIcon="/soft/lib/icons/hello.gif"
"SoftName": the program name.
"SoftNameDir": The machine will auto copy the files, "install", "conf",
"uninstall", "README" to the directory "/soft/conf/$SoftNameDir"
"SoftBin": the abolute path of program.
"SoftIcon": the icon name on "Start Menu"
The "download program" will auto copy all files on bin/, etc/, lib/ to
the directory /soft.