Works like a charm, Rex.
I have the following suggestions to be put in default.el:
(setenv "HOME" (getenv "USERPROFILE")) ; users will not have the root
; of C: as home
(cd (getenv "USERPROFILE")) ; Change to home for file
; operations
(setq user-init-file (concat (getenv "HOME") "\\_emacs")) ; .emacs is
; a problem
; on windowsExcept for the last one they also work if they are in site-start.el. -- Brian (remove the sport for mail) http://www.et.dtu.dk/staff/be/be.html
