code:
$message = "Internet and e-mail policy text" + @CRLF + @CRLF +
"Do you accept the Internet and E-Mail Policy?"
$title = "Window Title"
$Selection = MessageBox($message,$title,4096+4+48+256,300)
If $Selection = 7
; log user off
RC = LogOff(1)
endif



[ 18. June 2003, 22:06: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.