Hi,
Quote:
|
I downloaded Mailsend knowing that (from my knowledge) it's impossible to do unattended emails from a batch file without using an external command line tool, so I went with mailsend...
|
I just downloaded a program called Mailsend and it works, but I need to have the results sent to me via email...I have asked Jim, the author of the program if it could email me the results of a variable inside the script and he says:
Quote:
Yes, but the variable would be along the lines of %d% ...
That's not a function of MailSend ... it's the way the batch
interpreter modifies the line before executing it.
|
Could someone help me accomplish this?
I would want the result of this to be sent back to me...
Code:
@for %%d in (a,b) do copy file.txt %%d:\
Example...file.txt was successfully copied to drive a: or drive b:
This email will simply let me know if a file was copied to one of those drives or not.
Thank you
__________________
Made2Own
Last edited by Brian07002; 06-14-2007 at 11:54 PM..
|