Multi-standalone communication

J. Landman Gay jacque at hyperactivesw.com
Sat Dec 9 16:10:11 EST 2006


Viktoras Didziulis wrote:
> Unfortunately this does not work on Windows :-( only on MacOS and Unixes... 

I just tried a shell test on WinXP and it looks like you need to do this 
for the shell command:

   put shell("set foo")

So, what I did first was this:

   put "test string" into $foo

That created the environment variable. Then to retrive it:

  put shell("set foo")

Which gives:

   foo=test string

Note that the "$" is omitted and the command is "set" instead of "echo".

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list