I have writtten a perl script which at some point executes a batch file via the system() command.This batch file in turn executes another batch file after some processing.This second batch file dumps either success or failure messages on to the command prompt.How do i redirect this output to another file? OR collect this output in another file?
Since this STDOUT is not directly via the perl script...