I have a windows script monitor which recurses through directories looking for files that have not been processed by an application. When it finds a directory, it returns the directory path in the WScript.echo( "Message: ..." ) part of the response. This means that I can see the directory in the info mouseover on the monitoring status screen, but what I really want to do is set up an alert that emails the support team with the directory name.
I can set up an alert that emails the support team, but I can't find a way to to get the directory name in the email. Is this possible?