Skip to content

Instantly share code, notes, and snippets.

@webaka
Created July 8, 2015 01:44
Show Gist options
  • Save webaka/b6272fcaefb5b8865d40 to your computer and use it in GitHub Desktop.
Save webaka/b6272fcaefb5b8865d40 to your computer and use it in GitHub Desktop.
@echo off
cd "D:\Path\To\KeePassPro"
start KeePass.exe "<database>.kdbx" -pw:"<password>" -keyfile:"<key file, if any>" -minimize
cd "D:\Path\To\pcxFirefox\firefox"
start firefox.exe
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment