GetCommandLine
Previous  Top  Next


Function GetCommandLine

This function allows you to access the command-line parameters passed to the current running program

Returns:
This function returns an a string that represents the command line arguments passed to the current running program, including the original exe.  

Example:

MsgBox "The command line for this EXE was " + GetCommandLine