Multi-standalone communication

Viktoras Didziulis viktoras at ekoinf.net
Sat Dec 9 16:22:32 EST 2006


Yes, doing shell("set foo") works, but this is a shell command , not the Rev
. 
Viktoras 
 
-------Original Message------- 
 
From: J. Landman Gay 
Date: 12/9/2006 11:12:32 PM 
To: How to use Revolution 
Subject: Re: Multi-standalone communication 
 
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 
_______________________________________________ 
use-revolution mailing list 
use-revolution at lists.runrev.com 
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences: 
http://lists.runrev.com/mailman/listinfo/use-revolution



More information about the use-livecode mailing list