task scheduler action exec

Allows you to specify an action that executes a command-line operation.


Example

Running this code will execute a command line from the file "c:\windows\notepad.exe", with the arguments in "c:\log.txt".

plugin command("OS Automation.dll", "task scheduler action exec", "c:\\windows\\notepad.exe", "c:\\log.txt", "", "")

Was this helpful?