Command Line Arguments |
Previous Top Next |
· | Don't modify command line arguments (default) |
· | Supply command line if none is supplied by the user |
In this mode, if the user supplies any command line parameters they will be passed unchanged to your program. If no command line parameters are suppplied then the default command line parameters are used. |
· | Always supply command line (override any user supplied command-line) |
In this mode, all command line arguments supplied by the user are overwritten with your default command line parameters. |