eXtra Protection
Password Management Software
Password Manager XP v4.0 Autofill FormsForm Filler
|
 |
Help Contents:
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.
|