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

New Post: Start in (optional) Parameter

$
0
0
When creating an ExecAction, add a value to the WorkingDirectory property.
// In constructor, last param is WorkingDirectoryvar action = new ExecAction("cmd.exe", "echo Working...", @"C:\");
// In object, use property
action.WorkingDirectory = @"C:\Windows";

Viewing all articles
Browse latest Browse all 2206

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>