Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
email batch file
Name: amlife Date: October 20, 2008 at 12:44:06 Pacific OS: 2003 CPU/Ram: 2GB Product: Dell
Comment:
Hello I have my clean up script runs on the server once a month, will create logfile.txt I just need to have that file emailed to me. or just having email saying that the batch file operation completed.
I just needed to declear the location of that tool by doing cd \ cd /Scripts/bmail.exe -s mailling_Server_Name -t emailaddress -f emailaddress -h -a "EX.Clean up Script failure" -b "Clean up Script failed tp clear all specified directories"
and email was sent smoothly
0
Response Number 3
Name: WhiteFlame Date: October 21, 2008 at 08:35:03 Pacific
Reply:
I used blat once to send e-mails over smtp server. But i can't remember if i ever got that working to well. I will try the one you use. :)
Summary: Hi there, I am looking for a way to automate a tedious task I have to go through every day at work, and I thought a batch file might be the way to go about it. I am in sales, and every morning I get a...
Summary: Hello IVO, Thanks for the reply I created a batch file with this content: @Echo Off For /F "tokens=* delims=" %%J in (C:\Documents and Settings\admin\My Documents\email test.txt) Do ( Echo.^<%%J^>>...
Summary: I am trying to create a batch file that will populate an email message with my ipconfig information and automatically send it using a preaddressed email message in .rtf format. I was able to create t...