ok, versuche es nochmal. Vieleicht gehen auch wieder keine mails raus.

Ich hab auch Batch dateien die den Text absuchen.

sieht so aus :

ren "c:\Alarm\FW\*.txt" %1%3%4%5%6%7%8%9.txt

@echo off

if exist "c:\Alarm\fw\*100.txt" goto 1
if exist "c:\Alarm\fw\*490.txt" goto 2
if exist "c:\Alarm\fw\*491.txt" goto 3

...


Kannst du sowas auch da einbauen ???