Python Script - Windows Task Scheduler - Logging

2015-12-08 Thread Raheel Rao
Hello there,I created a python script that connects to an ftp and downloads files to a specifed folder and logs each event in a log file. This script works perfectly fine as i want it to however when i put this in a task scheduler, the script runs and downloads the file just fine except that the

RE: Python Script - Windows Task Scheduler - Logging

2015-12-09 Thread Raheel Rao
Update: I was able to figure this one out eventually. I had to put path of where the script is in "Start in" section of my task. Consider this ticket 'closed' :) > Date: Mon, 7 Dec 2015 23:53:10 + > From: rr.codeproj...@outlook.com > To: python-list@python.org > Subject: Python Script - Wi