Imports System Imports System.Windows.Forms Public Class MainClass Shared Sub Main() Console.WriteLine(Application.ExecutablePath) End Sub End Class