Files
EmailManager/EmailAssistant.vbs
T

4 lines
158 B
Plaintext

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "python ""D:\Proyectos Software\EmailManager\email_assistant.py""", 0, False
Set WshShell = Nothing