Quote:

This will put the line feeds back in:
Code:
Messagebox('Ready to Logon with following information:'+@CRLF
+'Username: '+@userid+@CRLF
+'IP:'+@ipaddress0+@CRLF
+'Inlogserver: '+$servernaam+@CRLF
+'PC naam: '+@wksta+@CRLF
+'Domein: '+@domain+@CRLF
,'Information'
,0)





Thanks for the information. But that ain't the solution to my original ploblem. Even with the messageboxes disabled/removed I have the problem that I can only log in once or twice without the error message. The only time when I don't have it is when i disable/remove the "use * /remove" command. Could this be a bug in the newest version?