To make "gvim" work from cmd.exe:
- either put c:\program files\vim\vim71\ in the PATH
- or:
- copy gvim.exe to c:\windows\
- create c:\windows\vimrc with the contents:
let $VIMRUNTIME="c:/program\ files/vim/vim71/"
source c:/program\ files/vim/_vimrc