I can't get my scheduled task to run. If my python file is called this_script.py, which of these commands should I have scheduled to run:
1) execfile("this_script.py")
2) this_script.py
or 3) python this_script.py
All of the above don't seem to actually work.