Environment: CommandLine (get)

CommandLine

Returns the command specified when executing the current application, including any arguments typed after the application name.



 Public Property Get CommandLine ( ) As String

Return Values

String -  The command line typed in at a command prompt.

Remarks

Read Only.

See Also

Project VBCorLib Overview Class Environment Overview Environment Properties Environment Methods CurrentDirectory (get)