I'm trying to call the email, with the "c$run".
The parameter i've pass to the function is as follows:
"c:\\program files\\windows live\\mail\\wlmail.exe" / mailurl:mailto:mail@mail.com?subject=&body=&attach:c:\\ temp\\test.txt
The email I opened properly but the problem is I do not attach the file.
Anyone know if there is something wrong with the parameter?
Thanks.
I noticed a space in C:\\ temp was that intentional or should it be C:\\temp
I'm trying to call the email, with the "c$run".
The parameter i've pass to the function is as follows:
"c:\\program files\\windows live\\mail\\wlmail.exe" / mailurl:mailto:mail@mail.com?subject=&body=&attach:c:\\ temp\\test.txt
The email I opened properly but the problem is I do not attach the file.
Anyone know if there is something wrong with the parameter?
Thanks.
I´ts c:\\temp, is a mistake copying the sentence.
Anyway i found that it´s not possible attach files via comand line, but thanks for your interest.
Moving on, you know if there is any utility that can be called from ACUCOBOL to be passed a pdf file and generate a doc?
I found programs that convert, but I wonder if there will be a tool that can be called.
thanks.
I'm trying to call the email, with the "c$run".
The parameter i've pass to the function is as follows:
"c:\\program files\\windows live\\mail\\wlmail.exe" / mailurl:mailto:mail@mail.com?subject=&body=&attach:c:\\ temp\\test.txt
The email I opened properly but the problem is I do not attach the file.
Anyone know if there is something wrong with the parameter?
Thanks.
You may want to start a new entry in the forum so that all the other members see it and not have it under C$RUN. That said, I did see this ... http://www.pdftoword.com/
I'm trying to call the email, with the "c$run".
The parameter i've pass to the function is as follows:
"c:\\program files\\windows live\\mail\\wlmail.exe" / mailurl:mailto:mail@mail.com?subject=&body=&attach:c:\\ temp\\test.txt
The email I opened properly but the problem is I do not attach the file.
Anyone know if there is something wrong with the parameter?
Thanks.
You tried to use quotes in the path of the attachment? For example: "c:\\program files\\windows live\\mail\\wlmail.exe" / mailurl:mailto:mail@mail.com?subject=&body=&attach: 'c:\\ temp\\test.txt'