There is a note on open process in the Dictionary that says that on OS X 
systems you can start an application but not a Unix process, so I suppose the 
LiveCode app intermediary must be needed. However, I have a vague memory of 
running a CLI program from open process, but I don't remember how. I recommend 
staying away from relying on my memory and wasting time. Maybe I was wishing I 
could.


> On Jun 28, 2019, at 1:06 PM, Tom Glod via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> Can't u do it your stack is run as administrator? and can't you force admin
> permissions using the UAC control in standalone settings?
> 
> On Fri, Jun 28, 2019 at 2:54 PM Paul Dupuis via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> On 6/28/2019 1:23 PM, Glen Bojsza via use-livecode wrote:
>>> Hello,
>>> 
>>> Is there a way to us LC shell to do commands as administrator?
>>> 
>>> thanks,
>>> 
>>> Glen
>>> _______________________________________________
>>> 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
>>> 
>>  I was told back when working in LC6.7.11 that the only way to have an
>> LC app execute commands with admin permissions on Windows is with a
>> Helper app. You have to make a small windows standalone that does your
>> shell commands that your main app can launch via the "open process
>> elevated" command and then use sockets or interrocess communication to
>> tell the helper to execute the commands you want.
>> 
>> A LiveCode standalone can not elevate itself.
>> 
>> _______________________________________________
>> 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
> _______________________________________________
> 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

_______________________________________________
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