Screen Lock in Rev?

Roger.E.Eller at sealedair.com Roger.E.Eller at sealedair.com
Wed Mar 31 13:18:34 EDT 2010


On 03/31/2010 at 10:44 AM, Shani <shani.runrev at gmail.com> wrote:
> i use   put shell("batfile") into tProcess
> answer tProcess
>
> i use the stack which have text and add button. but the problem is that
> when i use this  (put shell("batfile") into tProcess) it display the
shell
> and Agent but the stack is locked i cant do any thing with this.
>
> i use
> unlock screen
> but it cant work.
>
> i use JADE agents to connect with Rev, so that´s why i use bat file.
>
> Regards,
> SHANI

You need to:
          set the hideConsoleWindows to true

This will cause the command prompt window to not appear when you use a -
put shell("command").

--
Roger Eller  <roger.e.eller at sealedair.com>





More information about the use-livecode mailing list