cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
installshiledg
Level 3

collect files to lof file

Hi,
I am working on installscript project.

I have log files of third party that I'm calling during installation.

i want to append them to my main log file.

Ho to do it in the right way?

Thanks....
Labels (1)
0 Kudos
(1) Reply
AmitRout
Level 5

Try with this operator ">>" while calling the 3rd party tool

3rdpartyExecutable 3rdpartyExecutable.log >> yourinstallation_logfile.log

NOTE: Use appropriate attribute for logging
0 Kudos