Hi Vincent,

<< I Can't save any thing i create with rebol console !!!
Have to create the code with another text editor then to save VDTEST1.R as
the exemple a.m.

How are u saving scripts under Rebol Console ? >>

I save the output of my console sessions a couple different ways:

1) Use ECHO to send all console output to a file.

>>echo %myfile.txt      ; send console output to %my-file.txt
>>echo none                     ; turn echoing off

2) Copy and paste out of the console.

I generally do most of my editing in an editor, but there are times where I
fiddle around in the console quite a bit and it's handy to get things out of
it.

--Gregg

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to