[REBOL] Re: --do argument does not respond
From: nitsch-lists:netcologne at: 9-Aug-2003 2:22
Maxim Olivier-Adlhoch wrote:
>>-----Original Message-----
>>From: Andrew Martin [mailto:youwish]
>>Sent: Thursday, August 07, 2003 5:31 PM
>>To: [rebol-list--rebol--com]
>>Subject: [REBOL] Re: --do argument does not respond
>>I tried your examples and failed with all my versions of Rebol:
>>
>> REBOL/Base 2.6.0.3.1
>> REBOL/Core 2.5.5.3.1
>> REBOL/View 1.2.5.3.1 6-May-2002
>>
>
>but it should work no?
>
>I'm asking, cause I have an idea for Ariel who wants to run a script embeded in a .bat
file, but the --do argument HAS TO work first...
>
in file %file.sh:
#!/bin/sh
rebol file.sh
exit
rebol[]
rebol-code
i guess *.bat have a similar way.