-
Notifications
You must be signed in to change notification settings - Fork 0
/
clean.bat
92 lines (90 loc) · 3.79 KB
/
clean.bat
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
del /q /s *.dcu
del /q /s *.exe
del /q /s *.dll
del /q /s *.dof
del /q /s *.cbk
del /q /s *.drc
del /q /s *.dsk
del /q /s *.dsm
del /q /s *.rsm
del /q /s *.identcache
del /q /s *.local
del /q /s *.map
del /q /s *.otares
del /q /s *.stat
rmdir /Q /S Source\__history
rmdir /Q /S Packages\__history
rmdir /Q /S Library\D2010
rmdir /Q /S "Library\Delphi 6"
rmdir /Q /S Library\DXE4
rmdir /Q /S Library\DXE5
rmdir /Q /S Library\DXE6
rmdir /Q /S Library\DXE7
rmdir /Q /S Library\DXE8
rmdir /Q /S Library\DX10S
rmdir /Q /S Library\DX101B
rmdir /Q /S Library\DX102T
rmdir /Q /S Library\DX103R
rmdir /Q /S "Demos\Adapters\__history"
rmdir /Q /S "Demos\AsyncSource\__history"
rmdir /Q /S "Demos\AsyncSource with Filestreams\__history"
rmdir /Q /S "Demos\AsyncTarget\__history"
rmdir /Q /S "Demos\AutoScroll\__history"
rmdir /Q /S "Demos\ComboTargetDemo\__history"
rmdir /Q /S "Demos\CustomFormat1\__history"
rmdir /Q /S "Demos\CustomFormat2\__history"
rmdir /Q /S "Demos\DetailedDemo\__history"
rmdir /Q /S "Demos\ExtractDemo\__history"
rmdir /Q /S "Demos\MultipleTargets\__history"
rmdir /Q /S "Demos\Outlook\__history"
rmdir /Q /S "Demos\OutlookSource\__history"
rmdir /Q /S "Demos\PIDLDemo\__history"
rmdir /Q /S "Demos\RTF\__history"
rmdir /Q /S "Demos\ShellContextMenuHandler\__history"
rmdir /Q /S "Demos\ShellContextMenuHandlerSimple\__history"
rmdir /Q /S "Demos\ShellContextMenuHandlerSimple\Win32"
rmdir /Q /S "Demos\ShellContextMenuHandlerSimple\Win64"
rmdir /Q /S "Demos\ShellDragDropHandler\__history"
rmdir /Q /S "Demos\ShellDropHandler\__history"
rmdir /Q /S "Demos\SourceAnalyzer\__history"
rmdir /Q /S "Demos\SourceDemo\__history"
rmdir /Q /S "Demos\TargetAnalyzer\__history"
rmdir /Q /S "Demos\TargetDemo\__history"
rmdir /Q /S "Demos\TreeViewTarget\__history"
rmdir /Q /S "Demos\Unicode\__history"
rmdir /Q /S "Demos\VirtualFile\__history"
rmdir /Q /S "Demos\VirtualFileStream\__history"
rmdir /Q /S "Demos\WM_DROPFILES\__history"
rmdir /Q /S "DemosWithoutInstall\Adapters\__history"
rmdir /Q /S "DemosWithoutInstall\AsyncSource\__history"
rmdir /Q /S "DemosWithoutInstall\AsyncSource with Filestreams\__history"
rmdir /Q /S "DemosWithoutInstall\AsyncTarget\__history"
rmdir /Q /S "DemosWithoutInstall\AutoScroll\__history"
rmdir /Q /S "DemosWithoutInstall\ComboTargetDemo\__history"
rmdir /Q /S "DemosWithoutInstall\CustomFormat1\__history"
rmdir /Q /S "DemosWithoutInstall\CustomFormat2\__history"
rmdir /Q /S "DemosWithoutInstall\DetailedDemo\__history"
rmdir /Q /S "DemosWithoutInstall\ExtractDemo\__history"
rmdir /Q /S "DemosWithoutInstall\MultipleTargets\__history"
rmdir /Q /S "DemosWithoutInstall\Outlook\__history"
rmdir /Q /S "DemosWithoutInstall\Outlook\__recovery"
rmdir /Q /S "DemosWithoutInstall\Outlook\Win32_Debug"
rmdir /Q /S "DemosWithoutInstall\Outlook\Win64_Debug"
rmdir /Q /S "DemosWithoutInstall\OutlookSource\__history"
rmdir /Q /S "DemosWithoutInstall\PIDLDemo\__history"
rmdir /Q /S "DemosWithoutInstall\RTF\__history"
rmdir /Q /S "DemosWithoutInstall\ShellContextMenuHandler\__history"
rmdir /Q /S "DemosWithoutInstall\ShellContextMenuHandlerSimple\__history"
rmdir /Q /S "DemosWithoutInstall\ShellContextMenuHandlerSimple\Win32"
rmdir /Q /S "DemosWithoutInstall\ShellContextMenuHandlerSimple\Win64"
rmdir /Q /S "DemosWithoutInstall\ShellDragDropHandler\__history"
rmdir /Q /S "DemosWithoutInstall\ShellDropHandler\__history"
rmdir /Q /S "DemosWithoutInstall\SourceAnalyzer\__history"
rmdir /Q /S "DemosWithoutInstall\SourceDemo\__history"
rmdir /Q /S "DemosWithoutInstall\TargetAnalyzer\__history"
rmdir /Q /S "DemosWithoutInstall\TargetDemo\__history"
rmdir /Q /S "DemosWithoutInstall\TreeViewTarget\__history"
rmdir /Q /S "DemosWithoutInstall\Unicode\__history"
rmdir /Q /S "DemosWithoutInstall\VirtualFile\__history"
rmdir /Q /S "DemosWithoutInstall\VirtualFileStream\__history"
rmdir /Q /S "DemosWithoutInstall\WM_DROPFILES\__history"