The code is at the top of this threath
.
But from what I found out it looks like it is a combi problem between messagebox and use * /delete problem. If I use the script:
Code:
;*****************
;Wissen oude shares
;*****************
use * /DELETE
;*****************
;Laat messagebox zien met loggegevens
;*****************
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)
then I get the problem. Also tested only the text "Ready to Logon with following information" without succes so the problem aint in the macros. If I disable either the use * /delete or the messagebox then I don't have the problem. But as soon as I enable both again then I get the error message again. But when I reboot the computer and then have both enabled it works good for 1 or 2 logins.
The errormessage
Code:
In-page IO exception occurred.
This type of exception is thrown by the Windows Memory Manager when it fails
to (re)read code from the KiXtart executable.
Common causes for this exception include:
-running WKIX32 from a batchfile without using START /w
-forced redirection of the network drive from which KiXtart was started
-severe network errors/latency
-faulty anti-virus software
Hope this helps to figure out the problem.