rem ### Send mail at startup via MAPI profile (Exchange)
echo.=================================================== >>c:\startup.log
c:\util\realdate >>c:\startup.log
c:\util\mapisend -u "Simpson, Bart" -p BartsPassword -r to@domain.tld -s FileServer_Started -v >>c:\startup.log
rem ### Send mail at startup via SMTP server
echo.=================================================== >>c:\startup.log
c:\util\realdate >>c:\startup.log
c:\util\bmail -s mysmtpserver.domain.tld -t to@domain.tld -f from@domain.tld -h -a FileServer_Started -d >>c:\startup.log
- for NTBACKUP - (visual sample of processed NTBACKUP logs) | |
- for ARCserve for NT and TapeWare - (visual sample of processed ARCserve NT and TapeWare logs) | |
These scripts use the FAR (Find And Replace) utility, make sure to
download it as well. |
v1.00 - 2004.07.17 First version v1.01 - 2004.09.08 replaced arcserve.bat with sendlog.bat, added TapeWare handling and fixed bugs in it... |