Previous Topic: GetInput Method

Next Topic: GetAddCmdLineArg Method


SetAddCmdLineArg Method

Sets additional command line arguments to be passed to the UDP executing process.

Syntax

object.SetAddCmdLineArg(strCmdLineArg)

Owning Class

CaWUDP

Arguments

strCmdLineArg - A string containing the arguments value.

Return Value

None

Notes

Example

Dim objUDP
Set objUDP = objContext.GetUDP()
objUDP.SetAddCmdLineArg(“-v -h”)
 objUDP.Execute()

More information: