' addbuttonie.vbs ' adds a custom button to the ie50 toolbar '
rc = msgbox("would you like to add a new button to the ie50 toolbar?",vbyesno) if rc=vbno then wscript.quit
' the registry path where to add our new entries. ' if your registry doesn't contain a shell node, it'll be silently created reg_hklm_ie50_base = "hklm/software/microsoft/internet explorer/extensions"
' adds a new key (needs a newly created guid) reg_hklm_ie50_guid = reg_hklm_ie50_base & "/{10954c80-4f0f-11d3-b17c-00c0dfe39736}/"