How can I get the name of the script I am running?
FOR EXAMPLE,
Lets say I execute DeployAll.vbs and when this script is running I want to
be able to get the name if script and I store in memory.
If I were to Wscript.Echo Filename,
I would expect DeployAll.vbs.
Thanks!