Maybe:
Code:(defun _mailfile ( filepath ) (while (vl-string-position 32 filepath) (setq filepath (vl-string-subst "%20" " " filepath)) ) (setq filepath (vl-string-translate "\\" "/" filepath)) (command "_.start" (strcat "mailto:me.myself.and.i@someemail.com?body=Here%20is%20the%20file:%20file:///" filepath ) ) (princ) )




Reply With Quote

Bookmarks