Loading different databases directly during program start

Loading different databases directly during program start:

If you are working with multiple databases and would like to load a specific one, directly during program start, without first opening the last used/opened database, you can proceed as follows:

Method 1: Instead of starting Password Depot, double-click the desired database in Windows Explorer to open it directly in Password Depot.

Method 2: Create a batch file for each database and place it on your desktop. You can create the batch file with Notepad and save it directly on your desktop with the names database1.bat, database2.bat etc.. The content could look like this:

@echo off

cd "C:\Program Files\AceBIT\Password Depot 17"

start PasswordDepot.exe "C:\Users\YOUR_USERNAME\Documents\Password Depot\test.pswe"

exit
Was this article helpful?
3 out of 3 found this helpful

Comments

0 comments

Please sign in to leave a comment.