Hi Roger,
i do this but same problem.screen locked.
on mouseUp
local tProcess, sHost
put shell("booktrade") into tProcess
set the hideConsoleWindows to true
--unlock screen
accept connections on port 6800 with message "Server connected"
end mouseUp
command closeSocket
put tProcess into sHost
close socket sHost
return "Socket has been closed."
end closeSocket
Regards,
SHANI
On Wed, Mar 31, 2010 at 7:18 PM, <[email protected]> wrote:
> On 03/31/2010 at 10:44 AM, Shani <[email protected]> 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 <[email protected]>
>
>
> _______________________________________________
> use-revolution mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution