Settings - RunProgram
Run an external program.Syntax
RunProgram(STRING [, STRINGS]) |
Parameters
MyDefrag will give the strings to Windows as a single commandline to be executed. The first string is usually the path of an executable program, the other strings are it's parameters. |
Example
/* Run backup program. */ |