Hi Rob,
> I run REBOL and type upgrade at the prompt.
> The following is what I get:
> 17:26:11 >> upgrade
> connecting to: www.rebol.com
> ** Syntax Error: Script is missing a REBOL header.
> ** Where: do http://www.rebol.com/releases.html
> 17:26:16 >>
> Any idea what's wrong?
> Rob
same happened to me, when I tried to upgrade RT's users-guide with
"do http://www.rebol.com/users-guide.r" as written on RT's website.
I put the "do-command" into a REBOL-Script like this:
--> do-users.r
REBOL []
do http://www.rebol.com/users-guide.r
<---
then at the console-prompt wrote:
>> do %do-users.r
and it worked.
Maybe it will do for you too.
Cheers
Wolfgang Brunner