I have a simple batch-script, where at the end I want to send an automated e-mail by calling the function blat.exe
:
blat.exe -body "Das ist ein Test von Admin" -s "ABCDEFGH" -attacht "\\server\C\applic\abcd\tool\output\datafile.txt" -f mail@adress.com -t mail@adress.com
I am getting the following error:
C:\C\applic\abcd\tool>blat.exe -body "Das ist ein Test von Admin" -s "ABCDEFGH" -attacht "\\server\C\applic\abcd\tool\output\datafile.txt" -f mail@adress.com -t mail@adress.com
-body does not exist
I cannot figure out why it isn't working. Can anyone help here?