File: Clean.bat

package info (click to toggle)
keepass2 2.28%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,844 kB
  • ctags: 16,038
  • sloc: cs: 96,726; xml: 5,333; cpp: 311; makefile: 49; sh: 10
file content (70 lines) | stat: -rw-r--r-- 1,979 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
RMDIR /S /Q KeePass
RMDIR /S /Q KeePass_Distrib
RMDIR /S /Q KeePassLib
RMDIR /S /Q KeePassLibDoc
RMDIR /S /Q KeePassLibSD
REM RMDIR /S /Q KeePassNtv
RMDIR /S /Q ShInstUtil

RMDIR /S /Q ..\Ext\Output

RMDIR /S /Q ..\KeePass\obj
DEL ..\KeePass\KeePass.csproj.user

RMDIR /S /Q ..\KeePassLib\obj
DEL ..\KeePassLib\KeePassLib.csproj.user

RMDIR /S /Q ..\KeePassLibSD\obj
DEL ..\KeePassLibSD\KeePassLibSD.csproj.user

REM RMDIR /S /Q ..\ShInstUtil\obj
REM DEL ..\ShInstUtil\ShInstUtil.csproj.user
DEL ..\ShInstUtil\ShInstUtil.aps
DEL ..\ShInstUtil\ShInstUtil.ncb
DEL /A:H ..\ShInstUtil\ShInstUtil.suo
DEL /Q ..\ShInstUtil\*.user

DEL /A:H ..\KeePass.suo
DEL ..\KeePass.ncb

REM DEL /Q ..\KeePassNtv\*.aps
REM DEL /Q ..\KeePassNtv\*.user

RMDIR /S /Q ArcFourCipher
RMDIR /S /Q ..\Plugins\ArcFourCipher\obj
DEL ..\Plugins\ArcFourCipher\ArcFourCipher.csproj.user
DEL /A:H ..\Plugins\ArcFourCipher\ArcFourCipher.suo

RMDIR /S /Q KPScript
RMDIR /S /Q ..\Plugins\KPScript\obj
DEL ..\Plugins\KPScript\KPScript.csproj.user
DEL /A:H ..\Plugins\KPScript\KPScript.suo

RMDIR /S /Q SamplePlugin
RMDIR /S /Q ..\Plugins\SamplePlugin\obj
DEL ..\Plugins\SamplePlugin\SamplePlugin.csproj.user
DEL /A:H ..\Plugins\SamplePlugin\SamplePlugin.suo

RMDIR /S /Q ..\Plugins\SamplePluginCpp\Build
DEL /Q ..\Plugins\SamplePluginCpp\*.aps
DEL /Q ..\Plugins\SamplePluginCpp\*.user
DEL /Q ..\Plugins\SamplePluginCpp\*.ncb
DEL /A:H ..\Plugins\SamplePluginCpp\SamplePluginCpp.suo

RMDIR /S /Q ..\Translation\TrlUtil\obj
RMDIR /S /Q ..\Translation\TrlUtil\Build
DEL ..\Translation\TrlUtil.exe
DEL ..\Translation\TrlUtil.pdb
DEL ..\Translation\TrlUtil.vshost.exe
DEL ..\Translation\TrlUtil.vshost.exe.manifest
DEL ..\Translation\KeePass.exe
DEL ..\Translation\KeePass.XmlSerializers.dll
DEL ..\Translation\KeePass.pdb
DEL ..\Translation\KeePass.config.xml

DEL /A:H ..\Ext\KeePassMsi\KeePassMsi.suo
RMDIR /S /Q KeePassMsi

RMDIR /S /Q KPScript

CLS