<font color='black' size='2' face='arial'>
<div>I am running Windows Vista. </div>


<div>&nbsp;</div>


<div>Do you know what remote desktop is? This is the tool I use to connect to my other severs on the network or alternatively I use my "Run" option (Start/Run) where you add in the IP address and connect to the server.</div>


<div>&nbsp;</div>


<div>I want to use python to do this for me. I can do it with a batch file.</div>


<div>&nbsp;</div>


<div>This is what I am looking to do.</div>


<div>&nbsp;</div>


<div>I have a log file. In this log file contains the following text:</div>


<div>&nbsp;</div>


<div>115=ABS</div>


<div>115=DRF</div>


<div>115=HSD</div>


<div>&nbsp;</div>


<div>Lets call this log file A.</div>


<div>&nbsp;</div>


<div>I am looking to run s script that will search this log file and take all the text after the "=" sign (ABS/DRF..etc) and paste that into another text file, call it text file B.</div>


<div>&nbsp;</div>


<div>Once that it done I will need to compare other log files to file B and any new text after "=" that is not in the text file B must be added and anything that is must be ignored.</div>


<div>&nbsp;</div>


<div>The goal is that in these log files there will be multiple different text for 115=..etc. I need to create a list/mini database for them. So every day I need to run a script&nbsp;against a&nbsp;logfile to search for any new text.</div>


<div>&nbsp;</div>


<div>Thanks<br>
<br>
</div>
</font>