summaryrefslogtreecommitdiffstats
path: root/PC/setup_nt/uninstall.bat
blob: 280628598bf8b0a9f45c8de14fb5b765db380839 (plain)
1
2
3
4
5
6
7
8
9
10
11
cd "%1"
bin\python.exe uninstall.py
del lib\win\*.pyc
del lib\win\*.pyd
del lib\win\*.py
rd lib\win
rd lib
del bin\*.exe
del bin\*.dll
rd bin
del uninstall.*