jakewaldron / PlexEmail

This script aggregates all new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
206 stars 32 forks source link

Everytime Task Scheduler runs the VBS file it keeps popping up "use this program" #71

Closed nafeasonto closed 7 years ago

nafeasonto commented 7 years ago

The weekly run for the plexeamil is not working because when it comes to run the script, it pops up the windows to use the scripting program, and I don't see an option to "use this program all the time." So it just sits there until i hit okay.

How do i get around this.

carlosmg2 commented 7 years ago

same here but solved it creating a .cmd and schedule the execution of that .cmd instead of the .vb The .cmd contains: Start C:\Python27\pythonw.exe "C:\Program Files (x86)\Plex\PlexEmail-master\scripts\plexEmail.py"

jakewaldron commented 7 years ago

Closing this as carlosmg2 provided a solution.