I am trying to schedule a python script which has been converted to .exe file but for some reason it is not starting. Although the program does seem to open a cmd
type window but the script does not work. Below i have outlined the steps which i took, please advise if i have missed something here.
The executable does produce results when I double click on it.
Edit:
I was able to locate the file after running a search where it is saving the output. The executable python is in desktop but for some reason it is saving the output of the executable in system 32
folder in c:
. Why is it doing that? Since if i double click on the python executable which is on the desktop it would create a folder and files inside there but the scheduler is saving it in system 32.