theneil has asked for the wisdom of the Perl Monks concerning the following question:
So how do I get what the perl script outputs back into .bat file as an argument/variable? Thanks@echo off call "D:\Program Files\Perl\bin\perl.exe" bayes.pl testArgs #bayes.pl will return the output on the screen #I need to pipe that output back into the .bat file and then I've got +it from there echo BAYESOUTPUT; >> %1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Pipe perl to .bat
by BrowserUk (Patriarch) on Aug 20, 2012 at 21:04 UTC | |
|
Re: Pipe perl to .bat
by Anonymous Monk on Aug 21, 2012 at 07:02 UTC |