Hi Bo, asn> REBOL executables running as a service are moderately to severely asn> "sterilized". Executables launched from a service-launched REBOL asn> executable generally cannot display their interface and interact with asn> the operating system in a normal manner.
Are you using Doc's service tools? http://softinnov.org/rebol/nt-services.shtml What OS? My guess would be that it's related to the inherited security descriptor for the process, but that's just a guess. You might be able to do it with CreateProcess, where you can affect the security descriptor. Doc and Gab's async-call stuff may also help you work around the problem. -- Gregg -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
