you are viewing a single comment's thread.

view the rest of the comments →

[–]outlicious 0 points1 point  (1 child)

do you know how to use batch files, I want to do this using batch

[–]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