On Sat, 12 Feb 2005 04:56:04 +0900, Ghelani, Vidhi <vidhi.ghelani / intel.com> wrote: > I tried doing it but its running each line separately. Is there any way > to run the whole thing at once. each line is evaluated as you type it in, hence it is "interactive". Everything is stored in memory that you've typed in so far, the line number is shown on the left. Perhaps there is some code to rerun from the start? I don't know what it is though... Douglas