How to use Bonjour in Mac and Windows
Monte Goulding
monte at sweattechnologies.com
Sat Sep 28 18:23:38 EDT 2013
Hi Bill
You need to use the open process commands rather than shell. Try:
local sProcess
command StartService
put format("dns-sd -R \"Play the Game\" _playbodd._tcp . 45567 path=/game") into sProcess
open process sProcess for neither
end StartService
command StopService
close process sProcess
end StopService
Cheers
--
Monte Goulding
M E R Goulding - software development services
mergExt - There's an external for that!
More information about the use-livecode
mailing list