Imports System Imports System.Environment Public Module modmain Sub Main() 'The KPD-Team 2001 'URL: http://www.allapi.net/dotnet/ 'E-Mail: KPDTeam@Allapi.net Console.WriteLine("The command line of this process:") Console.WriteLine(CommandLine) End Sub End Module |