Hello all.
I have an exchange 2003 environment with over 300 user accounts.
When we get a new user, I create an HTM signature file, open it in
word, save it as RTF and then save as TXT. These files are put in a
folder on a network share named the same thing as the user's
username.
For example, the user's name is john smith. On the network share,
would be a folder called jsmith, and within that folder would be 3
files, signature.htm, signature.rtf and signature.txt.
During the login, the login script takes these files and Xcopies them
into the signatures folder in the user's profile. I then have a VBS
script (courtesy of Sue Mosher, microsoft MVP) that sets this
signature file as the current signature.
My problem is this... I do not want to have to OPEN the HTM file to
create the RTF and the TXT. I COULD create the rtf simply by doing an
xcopy "path\sig.htm path\sig.rtf" and that works fine. Trouble is when
creating the TXT, ALL the html code becomes visible.
Is it possible at all to do this via VB script?
Thanks in advance.