@echo off
setlocal
cd /d "%~dp0"
python "%~dp0bulk_invite_mailer.py"
if errorlevel 1 (
py -3 "%~dp0bulk_invite_mailer.py"
)