Using windows scheduler to run python script with inputs -


i have difficult problem. want setup windows scheduler run python script every day. make program simple, want to:

start input 10 today, add 5, return 15 start yesterday's return, add 5, return value (start 15, add 5, return 20) ...... etc 

does know if possible?

you write return text file next day program reads text file , starts number reads text file re-writes new value text file

this way can save data while program isnt running , retreive later

hope :)


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -