C:\alarm\einsatz.bat "%3"

@Echo off
if exist tt.txt exit
echo %~1 >tt.txt
C:\alarm\clemail.exe -to xxxx@gmx.de -from xxx@gmx.net -fromname Alarm -smtpserver mail.gmx.net -popserver pop.gmx.net -popuser xxxxx -poppass xxx -subjectfile tt.txt -body no

C:\alarm\wait.exe 60

del tt.txt