Batchfile to set up windows file locations

Thu, 29 May 2014 22:55:20 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 29 May 2014 22:55:20 -0400
changeset 9
3253f9876ccd
parent 8
ba72a71f23e6
child 10
e753144057b8

Batchfile to set up windows file locations

.vim/windows-vimfiles.bat file | annotate | diff | comparison | revisions
new file mode 100644
--- /dev/null
+++ b/.vim/windows-vimfiles.bat
@@ -0,0 +1,4 @@
+@ECHO ON
+
+copy ..\.vimrc %USERPROFILE%\_vimrc
+xcopy /s ..\.vim %USERPROFILE%\vimfiles\

mercurial