Execute python file in python virtual environment with task scheduler Because I wanted to automate
This can be achieved by connecting call and the command you want to execute with & and writing them in one line.
call xxx\Scripts\activate & cd [Path with python file] & python [Python file you want to run]
Recommended Posts