Code: Select all
open -n -a LiveCode
2. Is it possible for several instances of LiveCode to communicate with one another?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
open -n -a LiveCode
Code: Select all
## Maybe you need to supply the full path to your LC installation
put "open -n -a LiveCode" into tShell
get shell(tShell)