@echo off
if exist status.txt goto ende
echo.>status.txt
C:\clemail.exe -to ccccc.112@gmx.de -from ccccccc@gmx.info -fromname FMS -smtpserver mail.gmx.net -popserver pop.gmx.net -popuser ccccc -poppass fcccc -subject "%1" -body no
wait 20
del status.txt
:ende