At some point in my script, I\'d like the bat script to delete itself. This requires that the script know its name and then to use that name to delete itself. Is this possib
If I'm not mistaken, %0 will be the path used to call the batch file.