kixtart version?
you get it easily by doing a script like:
code:
 @kix get $  

and executing it.
if you have nt versions 5.0 and 5.1 I assume you also have ie version higher than 5.0 so you can skip the wget totally.

this script will do the exact same (output to console):
code:
$web=createobject("microsoft.xmlhttp")
$web.open("GET","http://my_url/SetUser.aspx?id="+@USERID+"&computer="+@WKSTA+"&name=Örbän Åhlünge", not 1)
$web.send

$response_from_web = $web.responsebody

"retrieved data:" ?
$response_from_web

this assumes you have at least 4.00 version of kixtart.
_________________________
!

download KiXnet