in reply to
Collecting the output of command prompt
Not sure if makes a difference but are you calling the nested .bat via with the "call" command? I
=~Desertcoder
Comment on
Re: Collecting the output of command prompt
Replies are listed 'Best First'.
Re: Re: Collecting the output of command prompt
by
belg4mit
(Prior)
on Jan 11, 2002 at 11:42 UTC
It does make a difference, without
call
the batch won't return to the caller for further processing.
--
perl -pe "s/\b;([st])/'\1/mg"
[reply]
In Section
Seekers of Perl Wisdom