Get Command line : Command Line « Development « VB.Net






Get Command line

Get Command line
 
Imports System

Public Class MainClass

   Shared Sub Main()
        Console.WriteLine("CommandLine:        " & System.Environment.CommandLine )

   End Sub 

End Class

           
         
  








Related examples in the same category

1.Deal with Command Line ArgumentsDeal with Command Line Arguments
2.Get Command line arguments from System.Environment
3.Demonstrates the GetEnvironmentVariables method.
4.Set System.Environment.ExitCode