Get Command line
Imports System Public Class MainClass Shared Sub Main() Console.WriteLine("CommandLine: " & System.Environment.CommandLine ) End Sub End Class
1. | Deal with Command Line Arguments | ||
2. | Get Command line arguments from System.Environment | ||
3. | Demonstrates the GetEnvironmentVariables method. | ||
4. | Set System.Environment.ExitCode |