Environment: GetCommandLineArgs |
Returns an array of parsed Arguments from the command line.
Public Function GetCommandLineArgs ( ) As String ( )
The application is the first Argument in the array. Arguments are separated by spaces. If spaces are embedded in an Arguments and should not be used to separate the Arguments, then the Arguments must be surrounded in quotes.