Batch file Notes...
@echo off
turns off echoing to the screen
%0
notation to indicate the current batch file
set
[email protected]
creates a variable
-to %eMail%
This is how we use the eMail variable set above