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!





_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to