I'm creating batch script for an software installer and i want to create a a log which contains all log for installation process. Can someone help me to create log file and to write all log in log file.
Thanks, Sameer
I'm creating batch script for an software installer and i want to create a a log which contains all log for installation process. Can someone help me to create log file and to write all log in log file.
Thanks, Sameer
If you have a single install program writing to a single log file, it is pretty easy. If you have multiple programs all wanting to write to a single log file, that's a different story. Can you not use the Microsoft installer?