Hellow all!
I have powershell script:
D:pathtopython.exe D:pathtoscript.py
. I want to write another powershell script which will run the first powershell script as a scheduled task on windows 10. The job is to be done only once straight away after the scheduled task is created. I have never done this before and I have got a bit confused trying to find solutions in google.