in reply to Redirecting STDOUT to Variable - Not Having Much Luck
This line:
should already capture the output of the command, (at least that which goes to stnadard output). So why are you redirecting *STDOUT? --Bob Niederman, http://bob-n.commy $cmd = `fw logexport -i $logfile -o $elogfile -r 1000 -n`;
|
|---|