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
Post a Comment