summaryrefslogtreecommitdiffabout
path: root/winclean.bat
blob: 4f044815d733ca1188d75f11b725cf4e86d347c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

cd bin
rmdir /S /Q CVS
rmdir /S /Q winicons
rmdir /S /Q kdepim\CVS
rmdir /S /Q kdepim\pwmanager
rmdir /S /Q kdepim\kopiemail
rmdir /S /Q kdepim\kaddressbook\CVS
rmdir /S /Q kdepim\korganizer\CVS
del /Q kdepim\Make*.*
del /Q *.exp
del /Q *.lib
del /Q ReadMe_Linux.txt
del /Q ReadMe_Zaurus.txt
del /Q ReadMe_Memorystick.txt

cd ..