Gets and sets the command string to execute as a maintenace action. | |
Syntax: | String =
object.RunProgram object.RunProgram = String |
Description: | CimTable.RunProgram is a string
representing the name of a program to be run when a maintenance
event occurs. Command line arguements can be included. Examples myTable.RunProgram = "C:\windows\notepad.exe
newfile.txt" |