When creating a task, I save a log file using DIR command:
I would like to attach this file from the C:\backup\cb\log.txt drive using the email option.dir C:\backup\*.db /T:C /O:D | findstr ".db" >> c:\backup\cb\log.txt
Currently, I can only send it to FTP. Can I attach it to the email I receive after completing the task?