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