01-27-2009, 12:04 PM
Try this
Macro
It creates new message in your default email program with text from the file.
Or this
Macro
It pastes text from the file in current window.
Macro
str mySigFile="$desktop$\test.txt"
str s.getfile(mySigFile)
MailMessage "" "" "" "" sIt creates new message in your default email program with text from the file.
Or this
Macro
It pastes text from the file in current window.
