diff uninstall.cmd @ 32:d07ca3d7f36c

Updated Windows scripts
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 22 Nov 2011 11:19:41 -0800
parents
children 6b2c3f14a5c1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uninstall.cmd	Tue Nov 22 11:19:41 2011 -0800
@@ -0,0 +1,7 @@
+@echo off
+setlocal
+
+rmdir  "%userprofile%\vimfiles"
+del    "%userprofile%\_vimrc"
+del    "%userprofile%\mercurial.ini"
+