[REBOL] decrypting downloaded rebol files Re:

2000-02-29 Thread icimjs

Hi Martin,

write/binary filename.extension 
  decompress read/binary downloaded-filename.extension

At 01:12 PM 2/29/00 -0400, you wrote:
Hello.

I just downloadedhttp://www.rebol.com/examples/examplesall.r   from
the web site.
Apparently this is compressed as I see junk when I look at it in a text
editor.
There is no instruction on how to extract it at that point on the web
page. I have been unable to find out how to extract it although I looked
at, and printed the users guide plus other doc's.

A hint and reference please

Regards...Martin
-- 
---

If speed kills, then Windows users may live forever.





;- Elan  [: - )]



[REBOL] decrypting downloaded rebol files Re:

2000-02-29 Thread rryost

Martin, I think you just "do" the file, but you must use REBOL 2.1.2 or
equiv.  Here's what happened when I used REBOL/view:

 do http://www.rebol.com/examples/examplesall.r
connecting to: www.rebol.com
** Script Error: Script needs: 2.1.2.
** Where: do http://www.rebol.com/examples/examplesall.r


Russell [EMAIL PROTECTED]
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 29, 2000 10:12 AM
Subject: [REBOL] decrypting downloaded rebol files


 Hello.

 I just downloadedhttp://www.rebol.com/examples/examplesall.r   from
the web site.
 Apparently this is compressed as I see junk when I look at it in a text
editor.
 There is no instruction on how to extract it at that point on the web
page. I have been unable to find out how to extract it although I looked at,
and printed the users guide plus other doc's.

 A hint and reference please

 Regards...Martin
 --
 ---

 If speed kills, then Windows users may live forever.





[REBOL] decrypting downloaded rebol files Re:

2000-02-29 Thread rryost

Using REBOL 2.2.x  do http://www.rebol.com/examples/examplesall.r

works fine.  It creates a large number of individual files.


Russell [EMAIL PROTECTED]
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 29, 2000 10:12 AM
Subject: [REBOL] decrypting downloaded rebol files


 Hello.

 I just downloadedhttp://www.rebol.com/examples/examplesall.r   from
the web site.
 Apparently this is compressed as I see junk when I look at it in a text
editor.
 There is no instruction on how to extract it at that point on the web
page. I have been unable to find out how to extract it although I looked at,
and printed the users guide plus other doc's.

 A hint and reference please

 Regards...Martin
 --
 ---

 If speed kills, then Windows users may live forever.