summaryrefslogtreecommitdiffstats
path: root/PC/setup_nt/uninstall.bat
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-09-03 18:19:12 (GMT)
committerGuido van Rossum <guido@python.org>1996-09-03 18:19:12 (GMT)
commit03dea6d026d53e920b897037b382c611575e24be (patch)
tree7c56704f5c1b9eaac9db9062651be5e15df73727 /PC/setup_nt/uninstall.bat
parent604cefa8df16232c064a2b246e392b13a9e473f6 (diff)
downloadcpython-03dea6d026d53e920b897037b382c611575e24be.zip
cpython-03dea6d026d53e920b897037b382c611575e24be.tar.gz
cpython-03dea6d026d53e920b897037b382c611575e24be.tar.bz2
Added uninstall option
Diffstat (limited to 'PC/setup_nt/uninstall.bat')
-rw-r--r--PC/setup_nt/uninstall.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/PC/setup_nt/uninstall.bat b/PC/setup_nt/uninstall.bat
new file mode 100644
index 0000000..2806285
--- /dev/null
+++ b/PC/setup_nt/uninstall.bat
@@ -0,0 +1,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.*