Intro : I am new to batch scripting. Will like to have a leads on the following scripts.
Objective : Have to write a batch command to update an application . And then read the log that is generated after the application has been updated , to check if it has been successfull.
I run the application using a simple batch file , which has the command
"C:\Program Files\Application\Test.exe" /application paramater /q /from "\\share\file"
The logfile (xyz.log) for the result in generated in
C:\Documents and Settings\<user>\locals~1\temp\Application
I want my batch file to run the first command and read the results generated in the log file (serach for success string).
CanI get any inputs on this please.