I know the feeling.

Let me summarise then. I would like to see a new command and a new macro:

DELAY(iMS) - delay in milliseconds
@TICKS - number of system ticks since last poweron

I have (and I'm sure Jochen has) some/many scripts that are waiting for these functions.

What we have:

SLEEP(iS) - delay in seconds
@MSECS - number of milliseconds of current time.

We can use UDFs and WSH calls to get by in the meantime.

cj