View Single Post

   
  #3 (permalink)  
Old 02-26-2008, 03:58 PM
nek
 
Posts: n/a
Default Re: A simple question: How to echo a newline in script

Hi Adam,

It returned 'echo is on' though. Did I miss anything?

Given:
@echo this is the 1st line
@echo
@echo this is the 3rd line

The result:
this is the 1st line
echo is on
this is the 3rd line


Thanks.


"Adam Ciazynski" <NOSPAMaciazynski@removethis.spinet.com.pl> wrote in message news:<boa6na$cqf$1@news.onet.pl>...
> echo.

Reply With Quote