comparison 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
comparison
equal deleted inserted replaced
31:021b1cee8178 32:d07ca3d7f36c
1 @echo off
2 setlocal
3
4 rmdir "%userprofile%\vimfiles"
5 del "%userprofile%\_vimrc"
6 del "%userprofile%\mercurial.ini"
7