Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

run python script automatically every day

#save your script (e.g script.py)
#then create .bat file (on windows) and type
python <filename>.py # 
#save the file (e.g file.bat)
#open start and search for task scheduler and open it
#create the task and set a trigger time
 
PREVIOUS NEXT
Tagged: #run #python #script #automatically #day
ADD COMMENT
Topic
Name
9+8 =