Using the latest CVS, this doesn't work as expected by default: (mswindows-shell-execute "open" http://www.google.fr") You need to: (let ((mswindows-shortcuts-are-symlinks nil)) (mswindows-shell-execute "open" http://www.google.fr")) instead to get the expected effect. -- Fabrice