Description
-
Command to execute after files are replaced.
Property type
-
A String value.
Syntax
-
object.CmdAfter [= value]
The CmdAfter Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodAppUpdate. |
| value |
A String value. |
Remarks
-
This property holds full path to a command line that is
executed after wodAppUpdate replaces the file, but before
it runs your main application again. Typically, you can use
this property to, for example, start some service
(CmdAfter = NET start yourservice).
|