foxidrive <(E-Mail Removed)> wrote:
> On Wed, 18 Oct 2006 10:13:35 +0200, Pierre Bru wrote:
>> is there a continuation character in CMD which would allow me to break a
>> command in multiple line for readability ?
> It's the same as the escape character ^
Usually, yes. Unfortunately, it is not quite that simple. A couple of
true-life script extracts:
for /f "tokens=* delims=" %%r in ('
type stderr.tmp') do echo @set var_=%%r>tmp$$$.cmd
for /f "tokens=* delims=" %%r in ('type %1') do (
set return_=%%r)
All the best, Timo
--
Prof. Timo Salmi ftp &
http://garbo.uwasa.fi/ archives 193.166.120.5
Department of Accounting and Business Finance ; University of Vaasa
private.php?do=newpm&u= <http://www.uwasa.fi/~ts/> ; FIN-65101, Finland
Useful script files and tricks
ftp://garbo.uwasa.fi/pc/link/tscmd.zip