in reply to Re: Collecting the output of command prompt
in thread Collecting the output of command prompt

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"

  • Comment on Re: Re: Collecting the output of command prompt