2

要安排的任务类似于:

notepad.exe "D:\ben's notes\foo.txt"

经过一番挖掘,我设法让 /TR 参数接受空格:

"notepad.exe \"D:\ben's notes\foo.txt\""

但是 schtasks.exe 也将每个单引号替换为双引号:

notepad.exe "D:\ben"s notes\foo.txt"

有什么办法可以逃脱那个内部单引号之类的吗?

4

1 回答 1

0

我最终使用了这个:Task Scheduler Managed Wrapper

于 2012-04-19T12:19:25.407 回答