Windows 2008 server.
Is it possible to edit multiple tasks at the same time (batch update)?
I have several tasks. I want to edit the command line in the action tab. The tasks are automatically created by a build process and are executed later (single run). The task also removes itself, so there are no leftovers.
Here is what I did to resolve my needs:
A sample line in the csv: “my task name”,”my new action”
The batch file content:
I hope this helps…