Listing 2: Code That Calls the Blat Utility :: BEGIN COMMENT :: If the %ScriptPath%BlatFile-Total-%Ran%.txt file exists, send :: the email message. :: END COMMENT If Exist "%ScriptPath%BlatFile-Total-%Ran%.txt" "%BlatPath%" "%ScriptPath%BlatFile-Total-%Ran%.txt" -s "Replication Variation Report" -server %SMTPsrvr% -f %From% -t %Recipients%&Goto :EOF Echo Mail message skipped - threshold not reached. Goto :EOF