I have 2 python scripts that do some geoprocessing, one is depending on the other and i run them via a batch file. At the end of the execution, i send email using powershell script for feedback. I just want to receive emails when there is an error and not everytime the script is running. I want a way to test if the batch file has run successfuly the python scripts.
Any Ideas?