- install miniconda on your computer, and configure the virtual python environment for your app
- Create your app and test it works
-
Create the bat file for your apps, mytask.bat
start http://127.0.0.1:8050/
call C:\Users\%USERNAME%\anaconda3\Scripts\activate
call conda activate dashboards
python “C:\Users\%USERNAME%\Documents\ex1.py”
cmd /k - test this bat file manual with command line
- add the task to windows task scheduler, and make it to SYSTEM Account