for your reply.
But i had tested AX and AL before.
I could not right here all i have tested until now
because my mails would then bee too long and i think
no one will read it then

The only stupid but running workaround i found for 2 hours
is the following code snippet.
Code:
********************************************************** on uevent gosub TaskHandler on error goto TaskerStop exit far at TaskerStop Set_CMOS_Register ' ON Reset_CMOS_Register ' OFF Two Line Work Set_CMOS_Register ' ON AGAIN Around UEVENT ON ' And now it works !!!!!! ' But i don't know why !!!! $EVENT ON cls do call Test1 loop until inkey$ = chr$(27) 'ESC $EVENT OFF TaskerStop: Reset_CMOS_Register end **********************************************************
Rainer
------------------
Leave a comment: