No permission to write a file from task scheduler?

前端 未结 2 872
遥遥无期
遥遥无期 2021-01-26 02:11

I got a batch file that will run a c++ program and output to a file with \">\" redirection. This file is to be run by task scheduler.

I found out that when the batch fil

2条回答
  •  不要未来只要你来
    2021-01-26 02:40

    For those who can't write file into the relative path.

    Try go to property of the task. property > action > edit your action.

    Change the "Start in" to your EXE working path.

提交回复
热议问题