Quantcast
Channel: Task Scheduler Managed Wrapper
Viewing all articles
Browse latest Browse all 2206

New Post: RunningTask Parameters/Arguments

$
0
0

Try to use the following code and then use separate string items in the Run command.

td.Actions.Add(new ExecAction("myprogram.exe", "$(Arg0),$(Arg1),$(Arg2)"));

task.Run("A", "B", "C");

Viewing all articles
Browse latest Browse all 2206

Trending Articles