Back to product page

CmdLine property


Holds command line of currently running exe.

Type

A String value

Syntax

  • Basic
object.CmdLine [= value]
The CmdLine(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 used to execute your main application. You can use it to add extra switches on startup, such as to show release notes for new versions.

Platforms

Windows