Imports SystemImports System.Windows.FormsPublic Class MainClass Shared Sub Main() Console.WriteLine( Application.StartupPath ) End Sub End Class