eXtra Protection


Password Management Software



Password Manager XP v4.0

Keep Your Password Safe

Autofill Forms

Form Filler


100% CLEAN - NO SPYWARE, NO ADWARE, NO VIRUSES



Help Contents:


Working with databases

Working with records

Form fill-out and form data saving (autofill, form filler)

Printing database data

Configuration of Password Manager XP

Install to removable device Wizard

Configuring for network use

Password generator

Database users

Records and folders permissions

Customizing the fields' structure

Command line parameters



Command line parameters


The following command line parameters can be used with Password Manager:

Parameter Description
/Add:"<fields data>"

Adds new record to passwords database.
<fields data> describes data to be added in the following format:
field_name1=field_value1,field_name2=field_value2,...
field_name is a name of database's field. The following field names can be used:
Title, User, Account, URL, Password, Description, Expires.

/DbName=<name> Name of passwords database.
/DbPassword=<password> Password for database, specified by DbName parameter. If password is not specified it will be prompted.
/DbFolder=<folder_name> Name of folder inside database, specified by DbName parameter. If folder is not specified, the root folder will be used.
/Confirm Allows to review or edit data before adding new record.
/Silent Do not display any information messages.


Examples:

PwdManager.exe /add:"Title=My FTP password, User=jonh, Password=12345678, Expires=12/01/2010" /DbName="My Passwords"

this command will add new record to database My Passwords and will prompt you for its password if needed. An information message will be displayed at end.

PwdManager.exe /add:"Title=My FTP password, User=jonh, Password=12345678" /DbName="My Passwords" /DbPassword=mypassword /DBFolder=Web /silent

this command will add new record to database My Passwords to folder Web. The mypassword password will be used to open the database. No information messages will be displayed.