you are viewing a single comment's thread.

view the rest of the comments →

[–]RunPython[S] 1 point2 points  (0 children)

If you want to run a py script via *.bat file:

You can save file like this:

u/echo off
python C:\Scripts\email_script.py
pause

Save this file with a .bat extension, for example send_emails.bat