EDS Configuration Dump Utility


Topics:

Overview
Usage


Overview

The EDS configuration dump utility is use to dump encrypted database files built with EDS101 Configuration Manager.


Usage

To use the EDS configuration dump utility enter the name of the program followed by the name of the encrypted configuration file. The program will decrypt the configuration file and dump its contents the console. If no command is giving after the file name the utility program will display its current version number and a brief usage statement.

edsdump
edsdump program version 4000.101
Usage: edsdump infile.eds

edsdump testfile.eds
Long=2147483647
Int=32768
Float=1.12345
String=YES
ServerName=www.myserver.net
FullPathName0=/home1/webpages/index.html
FullPathName1=/home1/webpages/images/brick.jpg
FullPathName2=/home3/mail_list/list_add.htm
FullPathName3=/home3/mail_list/list_remove.htm
FullPathName4=/home1/webpages/images/button_bar.jpg
FullPathName5=/pub/docs/release_notes/mod1.txt
FullPathName6=/pub/docs/release_notes/mod2.txt
FullPathName7=/pub/docs/release_notes/mod3.txt
http://www.myserver.net/home1/webpages/index.html
http://www.myserver.net/home1/webpages/images/brick.jpg
http://www.myserver.net/home3/mail_list/list_add.htm
http://www.myserver.net/home3/mail_list/ list_remove.htm
http://www.myserver.net/home1/webpages/images/button_bar.jpg
http://www.myserver.net/pub/docs/release_notes/mod1.txt
http://www.myserver.net/pub/docs/release_notes/mod2.txt
http://www.myserver.net/pub/docs/release_notes/mod3.txt


End Of Document