How to send robocopy log file as email attachment,As using below command to copy the files and save the log file and it works fine.
@echo off
robocopy C:\Narsing\XX\Robocopy\Source\ C:\Narsing\XX\Robocopy\Destination /E /Log:C:\Narsing\GE\Robocopy\Test.log
Please help me to send these log as an email attachment
Can any one help me here