I am trying to automate a python script through the Windows Task Scheduler but its not working. At the end of my python script. two CSV files should be created but they arent.
I tried the following: 1. Copied the address of my python.exe to Program/Script.
C:\Program Files\Python35\python.exe
- In the Add arguments, i put the name of my file
Historical Aggregation.py
- In the Start in (optional), i put the path of my python script
C:\Users\myname\PycharmProjects\Project1
Am I missing something