File: SnKeys_UsePrivate.bat

package info (click to toggle)
keepass2 2.19%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,496 kB
  • sloc: cs: 87,098; xml: 6,569; cpp: 311; makefile: 49; sh: 9
file content (16 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CD ..

COPY /Y /B Private_NoDistrib\KeePass.pfx /B KeePass\KeePass.pfx
COPY /Y /B Private_NoDistrib\KeePassLib.pfx /B KeePassLib\KeePassLib.pfx
COPY /Y /B Private_NoDistrib\KeePassLibSD.pfx /B KeePassLibSD\KeePassLibSD.pfx

REM COPY /Y /B Private_NoDistrib\ShInstUtil.pfx /B ShInstUtil\ShInstUtil.pfx

COPY /Y /B Private_NoDistrib\ArcFourCipher.pfx /B Plugins\ArcFourCipher\ArcFourCipher.pfx
COPY /Y /B Private_NoDistrib\KPScript.pfx /B Plugins\KPScript\KPScript.pfx
COPY /Y /B Private_NoDistrib\SamplePlugin.pfx /B Plugins\SamplePlugin\SamplePlugin.pfx

CD Build

PAUSE
CLS