Quote:

You may want to look at your MESSAGEGBOX routine..

Something more like this:
Code:

Messagebox('Ready to Logon with following information:
Username:'+@userid+
'IP:'+@ipaddress0+
'Inlogserver:'+$servernaam+
'PC naam:'+@wksta+
'Domein:' @domain','Information',0)



Kent



I tried this code and after debugging (changed "'Domein:' @domain'," to "'Domein:' +@domain,)" I get the message box working only it makes 1 line of the text. Was that the meaning?