I have a command line application that runs on a Windows server. The command line remains open when the program is running, and log messages are displayed in the command window when the program is running.
I need to read the messages that appear on the command line when the program starts, and then run certain commands if a certain set of words appears in the messages.
What is the easiest way to do this on a windows machine? (without changing the application)
source
share