Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Saving script with the rebol console?

From: greggirwin:mindspring at: 2-Oct-2002 15:22

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