help on send mail batch script

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
nancy_ghawanmeh
Posts: 1
Joined: 11 Jan 2011 03:16

help on send mail batch script

#1 Post by nancy_ghawanmeh » 11 Jan 2011 04:01

hi allll,
please i need help to write batch script ,
i need to send mail from batch script to some another mail , i want to read txt file and the content of this file will be in the body of this email.

the file contain information about server but in every line of this file i have the date so i want to read just the information of the date i have, for example :
if i have on the file 20/9/2011 server1 has:" ...." etc ://idont want to send this just i want to send the line which have the date of the date i have now..


please i need help about this

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: help on send mail batch script

#2 Post by aGerman » 11 Jan 2011 11:15

Batch is not made for sending emails.
Have a look at blat. If you get it run we could look forward to solve your "date" problem. Good luck.

Regards
aGerman

Post Reply