I currently show my users a short MOTD with a delay of about 15 seconds - annoying I know

The code I use is..

code:

$count = 15
DO
AT(20,74) $count " "
AT(20,74)
SLEEP 1
$count = $count - 1
UNTIL $count = -1

Is there any way I can add to this so that I can press a key sequence, or just one key, to bypass this delay.

I suppose I could add my userID, but if I am logging on as a different user, I would still need to wait.

Thanks

Wiz

_________________________
Wizard
There's no place like 127.0.0.1

vb | kix | batch | html | cfm | js | english