How to run Python scripts as scheduled task on Windows
Channel:
Subscribers:
612
Published on ● Video Link: https://www.youtube.com/watch?v=wdgmM82iS0k
There are times when we need to run Python script automatically without our initiation or without our click or without our typed command on cmd, like when we logon to our computer, for scheduled time, for event handler, etc. So this video is about how to run the Python script with SCHTASKS tool GUI on Windows and the help of a BAT file.
To do this in SCHTASKS command prompt do this again with the help with BAT file:
schtasks /create /sc ONLOGON /tn "firsttask" /tr "C:\Users\Totz Tech\AppData\Local\Programs\Python\Python310\mybatfile.bat"
Thank you.
Totz Tech
Other Videos By Computertechlighthouse
Tags:
Python script as scheduled task on windows
Python script as process
How To Run Python Script As Scheduled Task On Windows
How To Run Python Script as Windows Process
Python Script run when user logon
Python Script Run on Logon