I need to be emailed every time my node.js or .bat file is opened. I've searched for so long, and found no up-to-date working solutions. Or do you know of any other ways I can be notified every time my app/file is opened? Please let me know!
I am assuming, opening file means running your nodejs file on command line or on browser. I think you can are write one php script that can send email & call that PHP script using ajax every time when your node js file is run.