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 exit code of this process " + _
         "is " + ExitCode.ToString)
   End Sub
End Module

Close this window