Passive Shell Commands
Klaus major-k
klaus at major-k.de
Thu Oct 10 14:15:29 EDT 2013
Am 10.10.2013 um 17:08 schrieb Dr. Hawkins <dochawk at gmail.com>:
> I'm trying to launch a second livecode stack, but it isn't working.
>
> I created master.livecode and slave.livecod on the desktop.
>
> I give master a script of
>
> on openstack
> global slApp
>
> put "/Users/hawk/Desktop/slave/MacOSX/slave.app/Contents/MacOS/slave"
> into slApp
> answer "starting"
> breakpoint
> put there is a file slApp --<yields true>
> open process slApp for binary update
> put the result -- yields empty
> end openstack
>
> but slave doesn't get opened.
>
> Am I doing something wrong here?\
doesn't a simple:
...
put "/Users/hawk/Desktop/slave/MacOSX/slave.app/Contents/MacOS/slave.livecode" into slApp
go stack slApp
...
do the job? 8-)
Best
Klaus
--
Klaus Major
http://www.major-k.de
klaus at major-k.de
More information about the use-livecode
mailing list