Hello,
I would like to grab the brightsign hostname and return as a variable that could be displayed in a live text field. I see the area to retrieve the hostname would be from this statement:
registrySection = CreateObject("roRegistrySection", "networking")
currentname$ = registrysection.read("un")
Where would I add this? autorun.brs or write a plugin?
Chris