使用Windows Task Scheduler安排Python脚本通过Shell(Linux for Windows10)启动

时间:2019-04-16 01:24:59

标签: python windows bash

我正在尝试使用Windows Task Scheduler在Windows 10上使用适用于Linux的新Windows子系统通过Shell启动Python脚本。

通过启动bash.exe,然后传递类似于以下内容的参数来启动bash脚本,这通常很简单: -c 'cd /mnt/d/some_path && ./some_code.sh'

但是,当我尝试以类似方式启动Python代码时,似乎没有任何效果。我一直在使用类似的东西: -c 'cd /mnt/d/some_path && python ./some_code.py'

想知道是否有人对如何进行这项工作有想法吗?

0 个答案:

没有答案