here is what i tried and it does not work
Code:
 
dialog update {
  title Update Panel
  size -1 -1 400 500

  button "Ok" ,1, 0 475 75 25,ok
  button "Clear" ,3, 75 475 75 25

  Edit "" ,2, 5 3 390 470,read,multi
}
on *:dialog:update:sclick:3:{
  /did -ra update 2 $dname $read(http://www.area51script.fairmount.nu/update.txt)
}


I tried to find the scripts that did the updates I found one but it was done in a dll file and I don't know how to work with dll files