Richard Herz wrote:
> 
> I'm experimenting with using "load url" and "go url" to download and run
> stacks from web servers.  Is there a way to download gzipped stacks,
> decompress() them and run them using these commands?  I imagine one could
> get the gzipped stack, put it into a variable, decompress() it, write it to
> a disk file, then open the stack from there.   But is there a way to do it
> with load and go?

After you "load url" you do 'put decompress(url the-url) into url
"file:new-location"' and then you 'go url "file:new-location"' or
something like that. You can do it without writing to file, just in
variables, in which case after you decompress the data you would "go
variable-name".

> 
> Thanks
> Rich Herz <[EMAIL PROTECTED]>

Andu

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to