Back to product page

CmdAfter property


Command to execute after files are replaced.

Type

A String value

Syntax

  • Basic
object.CmdAfter [= value]
The CmdAfter(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodAppUpdate.
valueA 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).

Platforms

Windows