I’m trying to schedule a python script to run in an venv via windows task scheduler.
In a normal command prompt I would have done:
Cdfoldername
Venvscriptsactivate
Python filename.py
However in task scheduler is the following doing the same?
C:foldernamevenvpython.exe filename.py