[REBOL] Does rebol --do print 123 for e.g. work for ya? Re:

2000-07-06 Thread bhandley

Um, yup.

Win NT4
REBOL/Core 2.3.0.3.1
REBOL/View 0.9.9.3.1

Brett.

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 06, 2000 10:04 PM
Subject: [REBOL] Does rebol --do "print 123" for e.g. work for ya?


 Hi,
 
 I am just curious if running rebol with command line parameters work for
 you? I get following error:
 
 rebol --do "print 123"
 
 ** Script Error: print is missing its value argument.
 ** Where: print
 ** Press enter to quit...
 
 Thanks,
 -pekr-
 




[REBOL] Does rebol --do print 123 for e.g. work for ya? Re:

2000-07-06 Thread Christian . Ensel

Hello [EMAIL PROTECTED]

On 06-Jul-00, You wrote:

 I am just curious if running rebol with command line parameters work for
 you? I get following error:

 REBOL --do "print 123"

works fine for 
REBOL/Core 2.3.0.1.1 22-Jun-2000  ; i.e. Amiga 68020+ version

As does DEMO disabled
REBOL/View 0.9.9.1.1 1-Jun-2000   ;-"-

Maybe You're trying /View with Demo enabled?

No time to test this by myself
(RAM Disk too full of other REBOL stuff to use GUI ;-)

Regards

   Christian
   [EMAIL PROTECTED]




[REBOL] Does rebol --do print 123 for e.g. work for ya? Re:(2)

2000-07-06 Thread Petr . Krenzelok



[EMAIL PROTECTED] wrote:

 Hello [EMAIL PROTECTED]

 On 06-Jul-00, You wrote:

  I am just curious if running rebol with command line parameters work for
  you? I get following error:

  REBOL --do "print 123"

 works fine for
 REBOL/Core 2.3.0.1.1 22-Jun-2000  ; i.e. Amiga 68020+ version

 As does DEMO disabled
 REBOL/View 0.9.9.1.1 1-Jun-2000   ;-"-

 Maybe You're trying /View with Demo enabled?

 No time to test this by myself
 (RAM Disk too full of other REBOL stuff to use GUI ;-)

Hmm, now I remember - it works for me at my work. So there is something wrong
with my Win machine at home. Noone of /Command, /Core, /View works for me.
Maybe some registry issue? Hmm ...

-pekr-



 Regards

Christian
[EMAIL PROTECTED]




[REBOL] Does rebol --do print 123 for e.g. work for ya? Re:

2000-07-06 Thread icimjs

Hi Petr,

works fine for me.

I can duplicate your error if I leave away the surrounding "", i.e. if
instead of

rebol --do "print 123"

I enter

rebol --do print 123



;- Elan [ : - ) ]




[REBOL] Does rebol --do print 123 for e.g. work for ya? Re:(2)

2000-07-06 Thread Petr . Krenzelok



[EMAIL PROTECTED] wrote:

 Hi Petr,

 works fine for me.

 I can duplicate your error if I leave away the surrounding "", i.e. if
 instead of

 rebol --do "print 123"

 I enter

 rebol --do print 123


What about following complicated registry entry?

""d:\REBOL\View\rebol.exe" -q "%1""
:-) Well, will look into it once I get to my work at another rebol powered
computer :-)

Thanks anyway,
-pekr-


 ;- Elan [ : - ) ]