vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Is it possible to echo a newline in window shell script? eg. @echo this is the 1st line @echo ??? @echo this is the 3rd line The result expected: this is the 1st line (blank line) this is the 3rd line Many Thanks.. |
| |||
| 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. |
| |||
| nekiv90@hotmail.com (nek) wrote in message news:<1a2c246f.0311051956.7076fe62@posting.google. com>... > Hi Adam, > > It returned 'echo is on' though. Did I miss anything? > @echo > > The result: > echo is on yes. you missed the point ;-) change your line to: @echo. (note the point! and no space!) |
| ||||
| Hi Joerg/Adam, You dotted my 'i'. It worked :-) Thanks! "Adam Ciazynski" <NOSPAMaciazynski@removethis.spinet.com.pl> wrote in message news:<bocro0$knk$1@news.onet.pl>... > > > Hi Adam, > > > > > > It returned 'echo is on' though. Did I miss anything? > > > @echo > > > > > > The result: > > > echo is on > > > > yes. you missed the point ;-) > > > :-)) > > Hope all is working ok by now. > > A. |
| Thread Tools | |
| Display Modes | |
|
|